cpp03
There are 25 repositories under cpp03 topic.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
burlachenkok/CPP_from_1998_to_2020
Technical Note: From C++98 to C++2x
oktonion/stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
srz-zumix/iutest
c++ testing framework
oktonion/Cpp-fast-delegates
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
vittorioromeo/vrm_pp
Small C++ preprocessor library
endurodave/AsyncMulticastDelegate
Asynchronous Multicast Delegates in C++
oktonion/Cpp-fast-signals
Header-only fast signals and slots for C++ (C++98 compatible)
benoit-dubreuil/book-effective-cpp-3rd-edition
Notes to learn the content of the book Effective C++ Third Edition
Florian-A/Piscine-CPP
C++ c'est moins bien que CANAL+
igozdev/charimpl
Compile-time header-only char implementation checking for C++03/11/14/17/20
oktonion/cppmeta
one header tiny C++ type meta-information library for reflection and serialization
pbouamriou/tuto_mpl
MPL Tutorial
Ysoroko/cpp_module_03
C++ Introduction, module 3/8
ambre-m/cpp-call-traits
Light header-only template library to allow detection of callable properties.
benoit-dubreuil/book-effective-stl
Notes to learn the content of the book Effective STL
cypri1-dev/42_CPP03
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++.
Dsite42/CPP03
42 Project - CPP03 - This module is about Inheritance.
florianbecker/pseudo_cpp11
C++11 compatibility layer for old projects
lschrafstetter/42_cpp03
Project 03 of the 42 Wolfsburg c++ piscine.
Nik-Nikolas/AlgRaces
Sorting algorithms races with dynamic visualization of sortable collections
pawel-kieliszczyk/algorithms
Efficient algorithms and data structures
kambala-decapitator/QSimplePaint
A very simple Paint-like image editor written with Qt 4