cpp03

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 28 public repositories matching this topic...
Sort:Most stars
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
- Updated
Jun 13, 2025 - HTML
A curated list of awesome header-only C++ libraries
- Updated
Jul 15, 2024
Technical Note: From C++98 to C++2x
- Updated
Jun 8, 2025
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
- Updated
Mar 13, 2024 - C++
c++ testing framework
- Updated
Apr 8, 2025 - C++
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
- Updated
Oct 26, 2024 - C++
Asynchronous Multicast Delegates in C++
- Updated
Feb 18, 2025 - C++
- Updated
Jan 8, 2024 - C++
modern C++ template metaprogramming library. high-value code for C++ developer, my favorite.
- Updated
Apr 10, 2025 - C++
Compile-time header-only char implementation checking for C++03/11/14/17/20
- Updated
Aug 5, 2023 - C++
A very simple, lightweight, header-only C++ library designed to track memory allocations and deallocations throughout the lifetime of a program.
- Updated
Jul 11, 2025 - C++
one header tiny C++ type meta-information library for reflection and serialization
- Updated
Jan 5, 2025 - C++
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.
- Updated
Mar 26, 2025 - C++
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++.
- Updated
Nov 8, 2024 - C++
Created by Bjarne Stroustrup
Released October 1985
- Followers
- 134k followers
- Website
- github.com/topics/cpp
- Wikipedia
- Wikipedia