Modern C++ Programming Course (C++03/11/14/17/20/23/26)
-
Updated
Jun 13, 2025 - HTML
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
A curated list of awesome header-only C++ libraries
Technical Note: From C++98 to C++2x
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
c++ testing framework
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
Asynchronous Multicast Delegates in C++
modern C++ template metaprogramming library. high-value code for C++ developer, my favorite.
Compile-time header-only char implementation checking for C++03/11/14/17/20
This project aims to teach you object-oriented programming principles by creating a class hierarchy in C++. It starts with a basic ClapTrap class and then adds derived classes such as ScavTrap, FragTrap, and DiamondTrap.
one header tiny C++ type meta-information library for reflection and serialization
This project involves creating a robot hierarchy in C++ starting with the ClapTrap class, with basic attributes (name, hit points, energy, damage) and methods for attacking, repairing, and taking damage. The derived classes ScavTrap, FragTrap, and DiamondTrap add unique abilities, showcasing inheritance and composition in C++.
A very simple Paint-like image editor written with Qt 4
Created by Bjarne Stroustrup
Released October 1985