cplusplus-11
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 413 public repositories matching this topic...
C++ Reflection Library
-
Updated
Oct 1, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Oct 12, 2020 - C++
Higher-order functions for c++
-
Updated
Aug 14, 2020 - C++
Unicode (UTF-8) capable std::string
-
Updated
Nov 7, 2020 - C++
gameoverlay solution for Electron, Qt and CEF, just like discord game overlay and steam game overlay, inject any app to overlay in your game
-
Updated
Jul 30, 2020 - C++
A C++11 or library for parsing and serializing JSON to and from a DOM container in memory.
-
Updated
Nov 4, 2020 - C++
See: https://www.boost.org/doc/libs/1_58_0/doc/html/program_options/tutorial.html#idp337609360
If we want to be more idiomatic C++ and use less C-style stuff and enable more complex command-line options, would this be a good improvement?
There are common 'program stubs' which are used as the entry-point for many commands:
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
-
Updated
Oct 31, 2020 - C++
Polyglot solutions for www.projecteuler.net mathematical challenges
-
Updated
Nov 6, 2020 - Python
A hierarchical timer wheel, for implementing timed event queues
-
Updated
May 19, 2019 - C++
Multi-Threaded Job System using Fibers
-
Updated
Apr 28, 2019 - C++
Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68
-
Updated
Nov 10, 2020 - C++
A Full-Featured HexEditor compatible with Linux/Windows/MacOS
-
Updated
Jun 23, 2020 - C++
A repository containing C++11/14/17 concepts and code snippets
-
Updated
Jan 31, 2018 - C++
Framework to work with J1939 Frames used in CAN bus in bus, car and trucks industries
-
Updated
Sep 4, 2019 - C++
The Configurable Math Library
-
Updated
Aug 2, 2020 - C++
Currently the kv store is unqlite. It will be good to integrate LevelDb with Bun
FreeDOS plus-plus, 64bit DOS
-
Updated
Nov 6, 2020 - C
Single file, header-only, no-dependencies C++ library for Poisson disk sampling in arbitrary dimensions.
-
Updated
Jul 5, 2020 - C++
Simple graphics engine used as submodule in many of my projects
-
Updated
Feb 25, 2019 - C++
An object-oriented Game Boy Advance sprite engine concept
-
Updated
Aug 13, 2020 - C
A C++ stock market algorithmic trading bot
-
Updated
Nov 13, 2018 - C++
Simple and type-safe commandline argument parser for C++14
-
Updated
Jan 31, 2020 - C++
A collection of C++11 headers useful for reverse engineering
-
Updated
Jul 4, 2020 - C++
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
-
Updated
Oct 14, 2020 - C++
Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox
-
Updated
Apr 29, 2019 - C++


When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co