cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,383 public repositories matching this topic...
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
-
Updated
Oct 29, 2020 - C++
浏览器 ->
# 代理
socks://127.0.0.1:1080 -> vmess outbound (proxySetting on socks)-> socks outbound ->
#
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
Updated
Nov 1, 2020 - C++
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should:
- Check whether Thrust's other backends handle this case correctly.
- Provide a guarantee of this in the stable_sort documentation.
- Add regression tests to enforce this on all backends.
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Nov 1, 2020 - C++
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Updated
Oct 28, 2020 - C++
Elements C++ GUI library
-
Updated
Oct 21, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Nov 1, 2020 - C++
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
-
Updated
Oct 22, 2020 - C++
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World.
-
Updated
Oct 31, 2020 - C++
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Jan 6, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Oct 12, 2020 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
-
Updated
Nov 1, 2020 - C++
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Oct 15, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Oct 17, 2020 - C++
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
-
Updated
May 3, 2019
A curated list of awesome header-only C++ libraries
-
Updated
Nov 1, 2020
SIMD Vector Classes for C++
-
Updated
Aug 28, 2020 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
Oct 20, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Oct 27, 2020 - C++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
-
Updated
Sep 19, 2020 - 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