Repository navigation
C++

C++ 是一种流行且广泛使用的中级编程语言,被称作“C with Classes”,作为C语言的增强版出现。
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
A curated list of awesome header-only C++ libraries
UTF-8 with C++ in a Portable Way
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
Hazelcast IMDG C++ Client
Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
c++ testing framework
A tiny single-file header-only C++ logging framework
byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
Prompt: Recode your own IRC server in C++