#
cpp11

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,245 public repositories matching this topic...
-
Updated
Apr 23, 2022 - C++
3
sobieh
commented
Oct 29, 2021
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
May 1, 2022 - C++
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Apr 30, 2022 - 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 10, 2022 - C++
Achieve a tiny STL in C++11
-
Updated
Dec 29, 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
A C++ High Performance Web Server
-
Updated
Mar 21, 2022 - C++
-
Updated
Apr 13, 2022 - C++
jeffhammond
commented
Apr 20, 2022
I can't tell where the problem is. Why does the version of Thrust that I get with stdpar=gpu
work, whereas the version from GitHub doesn't?
Thanks
MCVE
#include <thrust/universal_vector.h>
thrust::universal_vector<float> m_x ;
void AllocateNodePersistent(int numNode)
{
m_x.resize(numNode);
}
It works with stdpar=gpu
$ nvc++ -std=c++17 -stdpar=gpu -c bug.
type: enhancement
New feature or request.
P2: nice to have
Desired for release, but not necessary.
good first issue
Good for newcomers.
repro: verified
The provided repro has been validated.
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
May 2, 2022 - C++
python
algorithm
data-structure
leetcode
cpp
modern-cpp
cpp11
interview-practice
leetcode-solutions
interview-questions
interview-preparation
leetcode-python
leetcode-cpp
-
Updated
Apr 26, 2022 - 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
Jun 11, 2021 - C++
-
Updated
Apr 4, 2022 - 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
May 1, 2022 - 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 18, 2022 - 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
Oct 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
May 1, 2022 - 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
Mar 19, 2022
CUDA Templates for Linear Algebra Subroutines
-
Updated
Apr 30, 2022 - C++
A list of practical knowledge-building projects.
javascript
python
processing
c
java
search-engine
music-player
programming
csharp
projects
web-scraper
cpp11
-
Updated
Jun 4, 2021
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.