Topic: "42-cpp-module"
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: 25 days ago - Pushed at: 3 months ago - Stars: 19 - Forks: 0

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: 7 days ago - Pushed at: 3 months ago - Stars: 18 - Forks: 0

mohsink20/42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
Language: C - Size: 2.14 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

izenynn/cpp-modules
42 Cursus: c++ modules for learning the language.
Language: C++ - Size: 143 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

madebypixel02/CPP-Module-01
[42 Madrid] BraiiiiiiinnnzzzZ
Language: C++ - Size: 1.32 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

OsemaFadhel/42-Cursus
All my projects of 42Network at 42 Roma.
Size: 4.26 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

madebypixel02/CPP-Module-00
[42 Madrid] shhhhh... I think the students are asleep
Language: C++ - Size: 1.31 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

okbrandon/CPP-Modules
🏊 Mini C++ Piscine containing Modules from 00 to 09
Language: C++ - Size: 258 KB - Last synced at: 2 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

BaBreton/42-CPP
42 school CPP modules
Language: C++ - Size: 248 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

madebypixel02/CPP-Module-02
[42 Madrid] My First Orthodox Class
Language: C++ - Size: 1.34 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

madebypixel02/CPP-Module-04
[42 Madrid] I don't want to set the world on fire
Language: C++ - Size: 1.26 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

deryaxacar/42-Cpp_08
This project includes three fundamental exercises focused on the use of the STL (Standard Template Library). The first part implements a generic easyfind function to search within STL containers, the second introduces a Span class to calculate the shortest and longest distances between numbers, and the third develops an it
Language: C++ - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

deryaxacar/42-Cpp_07
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.
Language: C++ - Size: 155 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 80.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - 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: 23 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

deryaxacar/42-Cpp_03
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.
Language: C++ - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

madebypixel02/CPP-Module-03
[42 Madrid] Aaaaand... OPEN!
Language: C++ - Size: 1.26 MB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

madebypixel02/CPP-Module-06
[42 Madrid] Scalar conversion
Language: C++ - Size: 1.25 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

madebypixel02/CPP-Module-07
[42 Madrid] A few functions
Size: 1.26 MB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

madebypixel02/CPP-Module-08
[42 Madrid] Easy find
Size: 1.28 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

hlntzg/CPP_Modules
Collection of C++ modules covering essential concepts such as classes, inheritance, polymorphism, operator overloading, templates, and exception handling. Projects from Hive Helsinki (42 Network)
Language: C++ - Size: 491 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

suhana66/cpp00
CPP Module 00 (42 Cursus) helps us understand the specifities of C++ when compared to C. It also introduces the concept of Object-Oriented Programming.
Language: C++ - Size: 33.2 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

harmonie-durrant/CPP-Projects-42
My projects in C++ that I have done with 42Perpignan
Language: C++ - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

pin3dev/42_CPP_Modules_00-04
Exploring advanced C++ and OOP concepts like abstraction, encapsulation, simple and multiple inheritance, polymorphism, interfaces, and so on
Language: C++ - Size: 2.76 MB - Last synced at: 30 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
