cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,437 public repositories matching this topic...
Required skills: Python, maybe Cython
Difficulty: Medium
The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ
-
Updated
Nov 27, 2020 - C++
你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
为了防止订阅链接被墙,qv2ray带有通过代理更新的功能,但是使用这个功能有一定缺陷。参考下列情景。(使用通过代理更新均默认使用Qv2ray自己创建的代理)
1.小明有两个订阅链接,一个是被墙的A,一个是未被墙的B,但是B的安全策略会拒绝大多数已知VPS服务商的IP
为了更新被墙的A,小明打开了通过代理更新。
成功更新A后,小明去更新B,但是B的安全策略拒绝了小明的更新,小明需要打开首选项去掉通过代理更新才成功
2.小明有1个订阅链接A,这个链接被墙了,于是小明一直是打开通过代理更新的,而使用的代理也是链接A的代理。
有一天,订阅链接A的服务器全部被墙了。小明找好基友小王借来了一个未被墙的订阅链接B,但是小明发现更新不出来,原因是服务器尝试去连接QV2ray的代理,但是现在它并没有配置上可用代理,于是小明又需
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 28, 2020 - C++
Names map and input are exchanged mistakenly. By sense of Preconditions paragraph they have to be exchanged I suppose, because there is no problem when map and result coincide (in current context).
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Nov 27, 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
Nov 28, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Nov 16, 2020 - C++
Elements C++ GUI library
-
Updated
Nov 28, 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
Nov 25, 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
Nov 28, 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 Dear ImGui.
-
Updated
Nov 28, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Nov 28, 2020 - C++
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Nov 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 10, 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++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
-
Updated
Nov 18, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Nov 28, 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