cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,251 public repositories matching this topic...
Required skills: Python, maybe Cython
Difficulty: Easy
Our exporter for single media files can only be used for graphics files (SLP, SMP or SMX) currently. It would be great, if we could extend it to support outputting sounds as well. This functionality can reuse the internal opus conversion service that is already implemented.
-
Updated
Aug 28, 2020 - C++
功能请求:兼容 “Clash” 节点导入
你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
clash节点需要手动导入软件太麻烦
SS格式
{"name":"AE_1","server":"45.9.249.X","port":34583,"type":"ss","password":"hbWeaNJfjeP6GkT7jp6CSSx8","cipher":"aes-256-gcm"}
SSR格式
{"name":"JP_252","server":"172.105.192.X","port":8099,"type":"ssr","password":"eIW0Dnk69454e6nSwuspv9DmS201tQ0D","cipher":"aes-256-cfb","protocol":"origin","
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
Sep 4, 2020 - C++
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Sep 4, 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
Aug 23, 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
Aug 28, 2020 - C++
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Jan 6, 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
Sep 5, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Sep 3, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Sep 3, 2020 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
-
Updated
Sep 4, 2020 - C++
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
-
Updated
May 3, 2019
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Aug 9, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Aug 24, 2020 - C++
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
Aug 24, 2020 - C++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
-
Updated
Sep 1, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Sep 4, 2020 - C++
A curated list of awesome header-only C++ libraries
-
Updated
Aug 29, 2020
Pretty Printer for Modern C++
-
Updated
Feb 20, 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