C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.
-
Updated
May 9, 2024 - C++
C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.
Maze and cave realization
This is project aiming to create a simple Internet Relay Chat (IRC) server. There is no Server-to-Server communication, only Server-to-Client communication. RFC 1459 is referenced and HexChat is used as client.
The 12th project of 42's curriculum is about creating our own IRC server. An actual IRC client will be used to connect to the server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.
This is first CPP learning project at Cole 42 school. The goal of these modules is to introduce us to object-Oriented Programming.
[École 42 - piscine] Set of 9 C++ modules. Each module, made of multiple exercices, introduces new concepts from C++ and OOP.
HTTP server for multiple websites
Implementation of 4 STL containers in C++98
C++98 exercises on subtype polymorphism, abstract classes, and interfaces, demonstrating advanced object-oriented programming techniques.
This repository contains solutions and resources for the CPP Modules in the 42 school curriculum. Each module covers specific aspects of C++ programming and is designed to progressively build proficiency in object-oriented programming concepts, memory management, and advanced C++ features.
This project is designed to help you understand the specificities of the C++ language when compared to C. Time to dive into Object Oriented Programming!
Add a description, image, and links to the ecole42 topic page so that developers can more easily learn about it.
To associate your repository with the ecole42 topic, visit your repo's landing page and select "manage topics."