42-cpp-modules

There are 20 repositories under 42-cpp-modules topic.

  • bonsthie/cpp

    this is the repo where I store all my exercise for the CPP modules from 42 shool

    Language:C++18130
  • izenynn/cpp-modules

    42 Cursus: c++ modules for learning the language.

    Language:C++6101
  • madebypixel02/CPP-Modules

    [42 Madrid] Lots of basic stuff

  • maiadegraaf/42-Ultimate-Orthodox-Canonical-Class-Creator

    A script that writes Orthodox Canonical Class for you

    Language:Shell6100
  • okbrandon/CPP-Modules

    🏊 Mini C++ Piscine containing Modules from 00 to 09

    Language:C++4100
  • 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++110
  • 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.

    Language:C++110
  • 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++1
  • 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++110
  • 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++1
  • jferrer-l/cpp

    cpp projects

    Language:C++1100
  • ostef/42-cpp

    42 cpp modules

    Language:C++110
  • aaron-22766/42_CPP

    Collection of modules for learning object-oriented programming and everything C++

    Language:C++0100
  • Fuse23/CPP_Modules

    🔩 📺 Introduction to object-oriented programming and the C++ base.

    Language:C++0100
  • harmonie-durrant/CPP-Projects-42

    My projects in C++ that I have done with 42Perpignan

    Language:C++0100
  • itislu/42-CPP_Modules

    My beginnings with C++ - 12th project in the 42 Common Core Curriculum.

    Language:C++0100
  • maiadegraaf/cpp

    Introduction to C++

    Language:C++0100
  • 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++0100
  • pin3dev/42_CPP_Modules_05-09

    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

    Language:C++0100