cpp20

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 266 public repositories matching this topic...
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 10, 2020 - C++
-
Updated
Aug 12, 2020 - C++
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 29, 2020
-
Updated
Aug 29, 2020 - C++
-
Updated
Jun 3, 2020 - C++
-
Updated
Sep 1, 2020 - C++
-
Updated
Jun 27, 2020 - C++
-
Updated
Aug 21, 2020 - C++
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
Provide nice Unicode symbols for fractional exponents wherever possible.
using namespace units;
using namespace units::si::literals;
std::cout << sqrt(1m) << "\n";
It would be nice if we could somehow pass a required Vulkan version (both instance and physical device) as well as required extensions (instance and device) to app
.
The best place would probably be in frame_config
since both frame and app have access to it.
-
Updated
Aug 23, 2020 - C++
-
Updated
Dec 29, 2019 - C++
-
Updated
Aug 30, 2020 - C++
Stefan Kurtz reported the following issue over our seqan-dev list:
-
I followed the description for the Cmake-setup and noticed in the example CMakeList.txt shown at the end of https://docs.seqan.de/seqan/3-master-user/setup.html that compiler optimization options such as -O3 is missing, which will lead to poor performance for users who do not recognize it.
I now use
-
Updated
Jun 3, 2020 - C++
Apparently it is possible to add Python modules to the game with the modloader. Unfortunately there is no documentation about the api.
AddIfNotThere ModOp
Create more examples
-
Updated
Sep 2, 2020 - C++
-
Updated
Aug 31, 2020 - C++
-
Updated
Aug 17, 2020 - Python
-
Updated
Nov 30, 2019 - C++
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
The same cppreference link als