#
cpp11

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,999 public repositories matching this topic...
lemire
commented
Feb 1, 2021
(I thought that this was already a tracked issue, but I cannot find it.)
If the pointer points at an array or an object, you'd like to be able to do...
auto doc = parser.iterate(json);
for (auto x : doc.at_pointer(insert json pointer expression)) {
-
Updated
Apr 12, 2021 - C++
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
-
Updated
Mar 13, 2021 - C++
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
Apr 12, 2021 - C++
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Apr 12, 2021 - C++
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
python
caffe
computer-vision
deep-learning
matlab
realtime
cpp11
human-pose-estimation
human-behavior-understanding
cvpr-2017
-
Updated
Mar 21, 2020 - Jupyter Notebook
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
-
Updated
Jan 27, 2021 - C++
Achieve a tiny STL in C++11
-
Updated
Jan 4, 2021 - C++
nv-dlasalle
commented
Mar 19, 2021
Problem
Cub allows itself to place into a namespace via CUB_NS_PREFIX
and CUB_NS_POSTFIX
, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). Static variables used for caching could otherwise cause problems (e.g., https://github.com/NVIDIA/cub/blob/main/cub/util_device.cuh#L212).
Thrust however depends on cub and
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
Apr 6, 2021 - C++
A C++ High Performance Web Server
-
Updated
Mar 3, 2020 - C++
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
high-performance
cpp11
async-functions
libevent
tcp-server
http-server
udp-server
network-library
nonblocking
evpp
evnsq
evmc
-
Updated
Mar 31, 2021 - C++
-
Updated
Jan 29, 2021 - C++

python
algorithm
data-structure
leetcode
cpp
modern-cpp
cpp11
interview-practice
leetcode-solutions
interview-questions
interview-preparation
leetcode-cpp
-
Updated
Apr 11, 2021 - C++
A fast entity component system (ECS) for C & C++
gamedev
cpp
data-oriented-design
c99
game-development
ecs
entity-component-system
cpp11
ecs-framework
flecs
-
Updated
Apr 7, 2021 - C
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
-
Updated
Apr 6, 2021 - C++
Activity Indicators for Modern C++
lightweight
library
cpp
format
progress-bar
cpp11
header-only
formatted-text
mit-license
spinners
loading-animations
single-header-lib
terminal-colors
loading-indicator
single-header
activity-indicator
elapsed-time
termcolor
multiprogress
progress-spinner
-
Updated
Mar 18, 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++
Parsing Expression Grammar Template Library
parsing
parser-combinators
cpp
grammar
cpp11
parsing-expression-grammar
header-only
cpp17
peg
parsing-expression-grammars
pegtl
-
Updated
Apr 6, 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
Your standard library for metaprogramming
-
Updated
Apr 8, 2021 - C++
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
-
Updated
Apr 9, 2021 - C++
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: