cxx11
There are 109 repositories under cxx11 topic.
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
NVIDIA/cub
[ARCHIVED] Cooperative primitives for CUDA C++. See https://github.com/NVIDIA/cccl
QtExcel/QXlsx
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
MikeLankamp/fpm
C++ header-only fixed-point math library
danlark1/miniselect
Selection and partial sorting algorithms
falemagn/uberswitch
A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original.
cpptest/cpptest
:hammer_and_wrench: Powerful, yet simple, C++ unit testing framework; new home after https://sourceforge.net/projects/cpptest/
rxdock/rxdock
RxDock is a fork of rDock. Note: the latest code is under development. Please do git checkout patched-rdock after clone if you want patched rDock. [IMPORTANT NOTE: pull requests should be posted on GitLab, this is a read-only source code mirror]
SolerHo/cpp-Primer-Plus-6e-Notes
C++ Primer Plus 学习笔记
falemagn/fameta-counter
Compile time counter that works with all major modern compilers
alexge233/relearn
A Reinforcement Learning Library for C++11/14
StefanoBelli/xxtelebot
**DISCONTINUED** A simple C++11 Telegram Bot API implementation
zrax/libvbox
C++11 wrapper for the VirtualBox COM/XPCOM APIs
eggs-cpp/invoke
A C++11/14/17/20 implementation of INVOKE and its related facilities.
Montellese/cpp-signal
Header-only pure C++11 library providing signal and slot functionality
katahiromz/XWordGiver
The powerful crossword generator for Windows
asartori86/advanced_programming-2018-19
Material for the advanced programming course 2018-19
osamasalem/stringozzi
C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core
winspool/stdtests
C / C++ Compiler and standard library Conformance Test Suite
katahiromz/EGA
The programming language EGA
louis-etne/table
A header only C++ library for drawing command line tables.
DorianBDev/TigiNet
TigiNet is a simple c++ neural network library.
katahiromz/CBTHooker
CBT Hooker for Windows debugging & analysis
katahiromz/RPaint
Independent ReactOS Paint
li1039764866/Chinese_Chess
**象棋:走步提示,悔棋提示,步时局时显示,结束提示
edisonslightbulbs/DBSCAN
DBSCAN: faster evaluation using nanoflann's kdtree
IGR2014/Alsa-BlueZ-Example
Example code of BlueZ C/C++ application which connects to device and plays sound using Alsa
Jajauma/SIUnits
Strongly typed units support for physical quantities
katahiromz/CodeReverse2
The reverse-engineering tool for Windows executables
katahiromz/UndoSystem
Undo/Redo framework for C++11
roycefanproxy/cxx17-ThreadPool
A simple thread pool written in C++17.
ginolatorilla/cpp-cmake-template
A C++ project template that uses the CMake build system
katahiromz/OleBow
The OleView replacement in plain C++11/Win32
Mathific/Blasw
C++11 Header-Only BLAS and Parts of LAPACK Wrapper
sjinks/pcre2pp
C++ interface to PCRE2 library compatible with <regex>