this is the repo where I store all my exercise for the CPP modules from 42 shool
-
Updated
Jan 30, 2025 - C++
this is the repo where I store all my exercise for the CPP modules from 42 shool
42 Cursus: c++ modules for learning the language.
[42 Madrid] Lots of basic stuff
A script that writes Orthodox Canonical Class for you
🏊 Mini C++ Piscine containing Modules from 00 to 09
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.
cpp projects
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.
In this project, in ex00, we learn how to use the swap, min, and max template functions with different data types. In ex01, we apply the same operation to each element of an array using the iter function. Finally, in ex02, we create our own Array<T> class to delve deeper into both templates and dynamic memory management for template functions.
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.
🔩 📺 Introduction to object-oriented programming and the C++ base.
Collection of modules for learning object-oriented programming and everything C++
My beginnings with C++ - 12th project in the 42 Common Core Curriculum
Exploring advanced C++ and OOP concepts like SOLID, casting operators, templates (value, functions, and classes), exception handling using throw() and try/catch blocks, and so on
Exploring advanced C++ and OOP concepts like abstraction, encapsulation, simple and multiple inheritance, polymorphism, interfaces, and so on
My projects in C++ that I have done with 42Perpignan
Add a description, image, and links to the 42-cpp-modules topic page so that developers can more easily learn about it.
To associate your repository with the 42-cpp-modules topic, visit your repo's landing page and select "manage topics."