-
Updated
Mar 15, 2021 - C++
#
cpp14
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,714 public repositories matching this topic...
Open Source Routing Machine - C++ backend
c-plus-plus
cpp
osrm
openstreetmap
osm
cpp14
routing
traveling-salesman
map-matching
routing-engine
isochrones
-
Updated
Mar 26, 2021 - C++
brycelelbach
commented
Mar 26, 2021
Our Doxygen comments have a lot of references to the old SGI STL docs, which are outdated and no longer available. For example, in for_each:
* \see http://www.sgi.com/tech/stl/for_each.html
All of these links should be updated to corresponding cppreference.com links.
It's probably
The fastest feature-rich C++11/14/17/20 single-header testing framework
testing
c-plus-plus
unit-testing
tdd
cpp
doctest
cpp14
cpp11
header-only
cpp17
single-file
testing-framework
cpp20
-
Updated
Mar 22, 2021 - C++
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Feb 25, 2021 - C++
mrx23dot
opened
Nov 28, 2019
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
windows
linux
internal
json
dll
cpp
counter-strike
reverse-engineering
imgui
cpp14
csgo
cheating
source-engine
game-hacking
cheat
cpp17
dll-injection
osiris
csgo-cheat
json-cpp
-
Updated
Mar 28, 2021 - C++
C++ Insights - See your source code with the eyes of a compiler
cplusplus
cpp
llvm
cpp14
ast
clang
cpp11
cpp17
cplusplus-14
cplusplus-11
cplusplus-17
cpp20
cplusplus-20
-
Updated
Mar 27, 2021 - C++
Functional Programming Library for C++. Write concise and readable C++ code.
c-plus-plus
library
algorithms
cpp
functional-programming
cpp14
composition
stl
range
c-plus-plus-14
header-only
c-plus-plus-17
-
Updated
Mar 20, 2021 - C++
Your standard library for metaprogramming
-
Updated
Mar 25, 2021 - C++
A curated list of awesome header-only C++ libraries
lists
c-plus-plus
list
cplusplus
cross-platform
libraries
modern-cpp
cpp14
resources
cpp11
header-only
awesome-list
cpp17
cpp-library
cpp98
single-header-lib
single-header
cpp20
cpp03
header-library
-
Updated
Feb 4, 2021
Cross-platform C++11 header-only library for memory mapped file IO
cross-platform
cpp
cpp14
cpp11
header-only
mmap
fileviewer
memory-mapped-file
memory-mapping
file-view
-
Updated
Mar 13, 2021 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
audio
cplusplus
dft
cxx
travis-ci
dsp
cpp14
intel
avx
clang
simd
header-only
fast-fourier-transform
cpp17
cplusplus-14
fft
digital-signal-processing
avx512
ser
audio-processing
cplusplus-17
discrete-fourier-transform
-
Updated
Jan 12, 2021 - C++
SIMD Vector Classes for C++
c-plus-plus
cpp
portable
neon
cpp14
parallel
parallel-computing
avx
sse
cpp11
simd
cpp17
avx2
simd-programming
vectorization
avx512
simd-instructions
simd-vector
data-parallel
-
Updated
Mar 5, 2021 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
visual-studio
reflection
magic
cplusplus
cpp
boost
tuples
gcc
cpp14
clang
cpp17
cplusplus-14
std
reflection-library
reflections
tuple
-
Updated
Mar 28, 2021 - C++
Open
Comments typo
2
Peter9606
commented
Mar 17, 2021
Table Maker for Modern C++
cli
library
terminal
view
table
cpp14
cpp11
alignment
cpp17
formatted-text
mit-license
table-maker
borders
single-header-lib
single-header
font-styles
aligned
column-alignment
multi-byte-characters
-
Updated
Jan 18, 2021 - C++
Bhupesh-V
commented
Apr 10, 2019
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++.
c-plus-plus
machine-learning
library
deep-learning
cpp
tensorflow
cpp14
keras
prediction
c-plus-plus-14
header-only
convolutional-neural-networks
-
Updated
Feb 27, 2021 - C++
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
windows
<a data-hydro-click="{"event_type":"explore.click","payload":{"click_context":"REPOSITORY_CARD","click_target":"TOPIC","click_visual_representation":"TOPIC_TAG","actor_id":null,"record_id":200,"originating_url":"https://github.com/topics/cpp14","user_id":null}}" data-hydro-click-hmac="d3f1790e67036dc0fba421ca2b35c1f4caec3f36337768612ebbd349d71e8f9c" data-ga-click="Explore, go to topic, locatio
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