cppmodules
There are 37 repositories under cppmodules topic.
msqr1/importizer
Backward compatibly refactor header-based C++ into modules.
fbkeskin/42-exam-rank-05
New 42 Exam Rank 05 Solutions
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
deryaxacar/42-ExamRank-05
Implement Warlock with SpellBook, TargetGenerator, spells, and targets, supporting learn, forget, and cast via Coplien Form.
deryaxacar/42-CPP-Module-02
These exercises enhance your skills and ease the transition from C to C++.
deryaxacar/42-CPP-Module-04
These exercises enhance your skills and ease the transition from C to C++.
deryaxacar/42-CPP-Module-06
These exercises enhance your skills and ease the transition from C to C++.
fbkeskin/42-CPP-Modules
yazacam
mavmi/cpp_modules
Bunch of C++ quests
Roy-Fokker/sdl3-gpu-minimal
Learning how to use SDL3 GPU api
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
Modular modern C++23 lexer library.
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).
f-corvaro/CPP
"Master the essentials of C++ programming and project development."
futureseek/Cpp_learn
learn some model about C++
MarJC5/CPP_Module
Time to dive into Object Oriented Programming!
nodeluna/ljson
an easy to use header only JSON library for C++20
amedoeyes/retina
C++23 networking library. (WIP)
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++
aboubakr-jelloulat/module00-ex02-output-checker
Python validation tool for 42 School's C++ Module 00 - Exercise 02 (Account). Compares your program's output against the expected.log format to ensure perfect matching for the bank account simulation
ichlubna/modulesAndInterfaces
This is a simple example of C++ modules used with abstract class serving as and interface and inherited implementations separated in class definition and implementation file.
OTH-KSM/Cpp
The C++ module is structured to acquaint learners with the C++ language and the principles of Object-Oriented Programming (OOP).