cpp14
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,638 public repositories matching this topic...
-
Updated
Nov 30, 2020 - C++
Open Source Routing Machine - C++ backend
-
Updated
Dec 2, 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 30, 2020 - C++
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Nov 4, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Dec 2, 2020 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
-
Updated
Dec 2, 2020 - C++
Functional Programming Library for C++. Write concise and readable C++ code.
-
Updated
Nov 28, 2020 - C++
Your standard library for metaprogramming
-
Updated
Nov 29, 2020 - C++
A curated list of awesome header-only C++ libraries
-
Updated
Nov 10, 2020
Cross-platform C++11 header-only library for memory mapped file IO
-
Updated
Nov 6, 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
Oct 20, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Nov 28, 2020 - C++
Segmented reduce uses the same template type OffsetIteratorT for begin and end offsets
static CUB_RUNTIME_FUNCTION cudaError_t cub::DeviceSegmentedReduce::Sum
( void * d_temp_storage,
size_t & temp_storage_bytes,
InputIteratorT d_in,
OutputIteratorT d_out,
int num_segments,
OffsetIteratoTable Maker for Modern C++
-
Updated
Oct 5, 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
Header-only library for using Keras models in C++.
-
Updated
Oct 14, 2020 - C++
Runtime polymorphism done right
-
Updated
Nov 12, 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