cplusplus-11

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 412 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 12, 2020 - C++
-
Updated
Aug 14, 2020 - C++
-
Updated
Jul 30, 2020 - C++
-
Updated
Oct 26, 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:
-
Updated
Oct 27, 2020 - C++
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 27, 2020 - Python
-
Updated
May 19, 2019 - C++
-
Updated
Apr 28, 2019 - C++
-
Updated
Oct 23, 2020 - C++
-
Updated
Jun 23, 2020 - C++
-
Updated
Jan 31, 2018 - C++
-
Updated
Aug 2, 2020 - C++
Currently the kv store is unqlite. It will be good to integrate LevelDb with Bun
-
Updated
Sep 4, 2019 - C++
-
Updated
Jul 5, 2020 - C++
-
Updated
Oct 8, 2020 - C
-
Updated
Aug 13, 2020 - C
-
Updated
Jan 31, 2020 - C++
-
Updated
Nov 13, 2018 - C++
-
Updated
Feb 25, 2019 - C++
-
Updated
Jul 4, 2020 - C++
-
Updated
Apr 29, 2019 - C++
-
Updated
Oct 14, 2020 - 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