cpp14
There are 2051 repositories under cpp14 topic.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
SanderMertens/flecs
A fast entity component system (ECS) for C & C++
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
mortennobel/cpp-cheatsheet
Modern C++ Cheatsheet
arximboldi/immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
magiblot/tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
p-ranav/tabulate
Table Maker for Modern C++
patrikhuber/eos
A lightweight 3D Morphable Face Model library in modern C++
rutura/The-C-20-Masterclass-Source-Code
Source code for the C++ 20 Masterclass on udemy
rpclib/rpclib
rpclib is a modern C++ msgpack-RPC server and client library
vimpunk/mio
Cross-platform C++11 header-only library for memory mapped file IO
boostorg/hana
Your standard library for metaprogramming
NVIDIA/cub
[ARCHIVED] Cooperative primitives for CUDA C++. See https://github.com/NVIDIA/cccl
kfrlib/kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
CppCon/CppCon2020
Slides and other materials from CppCon 2020
tip-of-the-week/cpp
C++ Tip Of The Week
odygrd/quill
Asynchronous Low Latency C++ Logging Library
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
agauniyal/rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
VcDevel/Vc
SIMD Vector Classes for C++
Bhupesh-V/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
gulrak/filesystem
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
boostorg/pfr
std::tuple like methods for user defined types without any macro or boilerplate code
OriginQ/QPanda-2
QPanda 2 is an open source quantum computing framework developed by OriginQC that can be used to build, run, and optimize quantum algorithms.
fraillt/bitsery
Your binary serialization library