#
cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,205 public repositories matching this topic...
TheJJ
commented
May 22, 2020
Due to personal experience I'd really like to replace jinja2 with mako templates instead.
We only use jinja in openage/codegen/coord.py.
Really not high priority :)
galkinvv
commented
Jan 21, 2020
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:
const char win_path[] = R"(c:\some\unescaped\path)";The same cppreference link als
-
Updated
Aug 10, 2020 - C++
5
wanzzhehe
commented
Aug 16, 2020
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
gamedev
reflection
game-engine
cpp
data-oriented-design
modern-cpp
game-development
ecs
entity-component-system
header-only
cpp17
game-programming
entity-component
architectural-patterns
indiedev
data-oriented
game-dev
ecs-framework
indie-developer
entt
-
Updated
Aug 12, 2020 - C++
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
Aug 10, 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:
android
ios
visual-studio
lua
ndk
simple
gcc
modern-cpp
luajit
clang
cpp17
sol
lua-binding
lua-bindings
lua-scripting
visual-cpp
-
Updated
Aug 13, 2020 - C++
Elements C++ GUI library
-
Updated
Aug 16, 2020 - C++
mrx23dot
opened
Nov 28, 2019
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Jan 6, 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.
opensource
cmake
opengl
cplusplus
game-engine
cpp
engine
sdl
sdl2
x64
directx
x86
cpp17
d3d11
stalker
3d-game-engine
3d-engine
directx11
d3d9
xray-engine
-
Updated
Aug 6, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Aug 12, 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
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
enum
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
enum-to-string
string-to-enum
-
Updated
Aug 16, 2020 - 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
Aug 17, 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++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
windows
internal
json
dll
cpp
counter-strike
reverse-engineering
imgui
cpp14
csgo
cpp11
cheating
source-engine
game-hacking
cheat
cpp17
dll-injection
osiris
csgo-cheat
json-cpp
-
Updated
Aug 17, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Aug 8, 2020 - 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
Jun 9, 2020 - 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
Jun 25, 2020 - 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
Aug 16, 2020 - C++
Neargye
commented
Oct 24, 2019
Add API nameof::cstring to https://github.com/Neargye/nameof/blob/master/doc/reference.md
Pretty Printer for Modern C++
-
Updated
Feb 20, 2020 - C++
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8