cpp14
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,613 public repositories matching this topic...
-
Updated
Oct 20, 2020 - C++
Open Source Routing Machine - C++ backend
-
Updated
Oct 23, 2020 - C++
It would be wonderful if I could inspect the contents of thrust containers: host_vector and device_vector in GDB (and more importantly, in VSCode). GDB allows customizing this.
It would save a lot of time if I could inspect device vectors without having to bring them to the host (e.g. the pretty printer script would do that behind the
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Oct 14, 2020 - C++
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Oct 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
Oct 24, 2020 - C++
Your standard library for metaprogramming
-
Updated
Oct 23, 2020 - C++
Functional Programming Library for C++. Write concise and readable C++ code.
-
Updated
Oct 19, 2020 - C++
Cross-platform C++11 header-only library for memory mapped file IO
-
Updated
Sep 23, 2020 - C++
A curated list of awesome header-only C++ libraries
-
Updated
Oct 23, 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 24, 2020 - C++
An assignment within an if-statement introduced in [bac2060e991582063775d34eaeb40822810e4349] triggers a warning with Clang:
In file included from /thrust/cub/block/../iterator/cache_modified_input_iterator.cuh:42:
/thrust/cub/block/../iterator/../util_device.cuh:323:35: warning: using
Table 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++
Use Emacs as a C/C++ IDE
-
Updated
Oct 23, 2020 - Emacs Lisp
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