cpp14
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,562 public repositories matching this topic...
-
Updated
Sep 6, 2020 - C++
Open Source Routing Machine - C++ backend
-
Updated
Sep 8, 2020 - C++
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Sep 8, 2020 - C++
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Jul 29, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Sep 8, 2020 - C++
Your standard library for metaprogramming
-
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 8, 2020 - C++
Functional Programming Library for C++. Write concise and readable C++ code.
-
Updated
Aug 9, 2020 - C++
Cross-platform C++11 header-only library for memory mapped file IO
-
Updated
Dec 27, 2019 - 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++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Sep 8, 2020 - C++
A curated list of awesome header-only C++ libraries
-
Updated
Sep 8, 2020
Table Maker for Modern C++
-
Updated
Aug 19, 2020 - C++
Header-only library for using Keras models in C++.
-
Updated
Aug 26, 2020 - C++
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
Use Emacs as a C/C++ IDE
-
Updated
May 15, 2020 - Emacs Lisp
Runtime polymorphism done right
-
Updated
Nov 12, 2019 - C++
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
-
Updated
Aug 15, 2020 - C++
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
-
Updated
Aug 31, 2020 - C++
Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
-
Updated
Sep 4, 2020 - C++
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
-
Updated
Aug 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