GitHub topics: cppmodules
ruoka/CppStandardLibraryAsModule
libc+ wrapped as std module
Language: C++ - Size: 80.1 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0
fknfilewalker/evk
Language: C++ - Size: 174 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 1
Kuninoto/42_CPP_Modules
Basic C++ exercises - introduction to C++, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.
Language: C++ - Size: 1.41 MB - Last synced at: 18 days ago - Pushed at: 8 months ago - Stars: 20 - Forks: 0
fbkeskin/42-exam-rank-05
New 42 Exam Rank 05 Solutions
Language: C++ - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 24 - Forks: 2
Mohaben-1/CPP-Module-01
C++ Module 01 of the 1337 / 42 curriculum – covering memory allocation, pointers, references, and OOP basics.
Language: C++ - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
msqr1/importizer
Backward compatibly refactor header-based C++ into modules.
Language: C++ - Size: 413 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 90 - Forks: 0
deryaxacar/42-CPP-Module-06
These exercises enhance your skills and ease the transition from C to C++.
Language: C++ - Size: 80.1 KB - Last synced at: 24 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
Mohaben-1/CPP-Module-00
This repository for CPP00, the introductory C++, It focuses on foundational C++ programming concepts including syntax, classes, namespaces, and basic input/output operations. These exercises help build a solid base for further C++ learning and more advanced modules.
Language: C++ - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
nodeluna/ljson
an easy to use header only JSON library for C++20
Language: C++ - Size: 92.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
jssfr/numeric_test_cpp
test of cpp modules
Language: C++ - Size: 435 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
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.
Language: C++ - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
amedoeyes/lexer
A modular C++23 lexer designed for flexibility and ease of use.
Language: C++ - Size: 71.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
Roy-Fokker/cpp23-project-template
Simple C++23 CMake project template for my use-cases
Language: CMake - Size: 61.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
deryaxacar/42-CPP-Module-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.
Language: C++ - Size: 120 KB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0
f-corvaro/CPP
"Master the essentials of C++ programming and project development."
Language: C++ - Size: 5.02 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 1
bonsthie/cpp
this is the repo where I store all my exercise for the CPP modules from 42 shool
Language: C++ - Size: 21.7 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 18 - Forks: 0
Roy-Fokker/sdl3-gpu-minimal
Learning how to use SDL3 GPU api
Language: C++ - Size: 227 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
kenlies/42cpp-modules
Comprehensive collection of C++ programs, from beginner to expert
Language: C++ - Size: 136 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
facetint/42-Exam-Rank-05
Language: C++ - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
merhawi212/CPP_Modules
Language: C++ - Size: 2.42 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
jesuserr/42Cursus_cpp_modules
Set of 10 modules to learn the basics of C++ and object oriented programming
Language: C++ - Size: 3.76 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
talle5/SnakeGame
A simple snake game with raylib and c++
Language: C++ - Size: 768 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
OneiroGames/Oneiro
Modular game engine for creating 2D/3D games with C++ 20 modules support. WIP.
Language: C++ - Size: 18.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
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.
Language: Python - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0
SoTizme/Cpp
Language: C++ - Size: 2.71 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
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).
Language: C++ - Size: 124 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0
Clas0512/42-CPP-Modules
This repository includes my C++ Education Examples
Language: C++ - Size: 4.54 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0
andoks/cpp_modules_test
Test of C++ upcoming modules-ts with clang in docker container (includes dockerfile)
Language: Dockerfile - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
GargamelJR1/Space-Invaders-SFML
simple C++ SFML game
Language: C++ - Size: 26.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
mavmi/cpp_modules
Bunch of C++ quests
Language: C++ - Size: 43 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0
rbiodies/CPP_Modules
:heavy_plus_sign: A set of small projects aimed at learning C++ syntax and OOP principles;
Language: C++ - Size: 77.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
MarJC5/CPP_Module
Time to dive into Object Oriented Programming!
Language: C++ - Size: 3.5 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0
rj21dev/cpp_intensive
OOP. Exceptions. Templates. Practice. CPP tasks solutions.
Language: C++ - Size: 87.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0