cppmodules
There are 28 repositories under cppmodules topic.
msqr1/importizer
Backward compatibly refactor header-based C++ into modules.
Kuninoto/42_CPP_Modules
Basic C++ exercises - introduction to C++, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.
bonsthie/cpp
this is the repo where I store all my exercise for the CPP modules from 42 shool
mavmi/cpp_modules
Bunch of C++ quests
TheVeryDarkness/umake
C++20 modules and other dependencies scanning tools. Now it can work together with cmake. C++20模块导入及其它依赖扫描工具。现在它可以协助cmake完成部分工作。Read README.md first, please.
amedoeyes/lexer
A modular C++23 lexer designed for flexibility and ease of use.
BiancaSantana81/42_CPP
This is my first experience with Object-Oriented Programming (OOP) in C++.
Clas0512/42-CPP-Modules
This repository includes my C++ Education Examples
DeRuina/cpp_modules
This repository, cpp_modules, is a comprehensive collection of C++ exercises, each organized into distinct modules. Each module focuses on a specific aspect of C++ programming, ranging from basic concepts like namespaces and classes to more advanced topics like subtype polymorphism, abstract classes, and the Standard Template Library (STL).
deryaxacar/42-Cpp_04
This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.
deryaxacar/42-Cpp_06
In this module, you'll learn about type conversions in C++ using operators like static_cast, dynamic_cast, and reinterpret_cast. You'll also explore polymorphism and safely convert between derived classes using dynamic_cast.
MarJC5/CPP_Module
Time to dive into Object Oriented Programming!
rbiodies/CPP_Modules
:heavy_plus_sign: A set of small projects aimed at learning C++ syntax and OOP principles;
amedoeyes/retina
C++23 networking library. (WIP)
f-corvaro/CPP
"Master the essentials of C++ programming and project development."
GargamelJR1/Space-Invaders-SFML
simple C++ SFML game
jesuserr/42Cursus_cpp_modules
Set of 10 modules to learn the basics of C++ and object oriented programming
jssfr/numeric_test_cpp
test of cpp modules
kenlies/42cpp-modules
Comprehensive collection of C++ programs, from beginner to expert
rj21dev/cpp_intensive
OOP. Exceptions. Templates. Practice. CPP tasks solutions.
Roy-Fokker/cpp23-project-template
Simple C++23 CMake project template for my use-cases
ruoka/CppStandardLibraryAsModule
libc+ wrapped as std module
talle5/SnakeGame
A simple snake game with raylib and c++
Roy-Fokker/sdl3-gpu-minimal
Learning how to use SDL3 GPU api