The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
-
Updated
Apr 17, 2024 - C++
The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
42 CPP-Modules explained, explanations of all the concepts and some helpful resources.
Our own IRC server in C++, fully compatible with an official client.
Learn C++ through a CPP-Pool by 42
These modules of C++ are designed to help you understand the specificities of the language when compared to C. Time to dive into Object-Oriented Programming!
An HTTP server ( like Nginx ) in c++.
Internet Relay Chat
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
🌐 The 42 Network WebServ project teaches students how to make a web server. They learn about how the internet works and how to handle requests from users. By building their own server, they learn valuable skills for creating websites. #LearnToCode #WebDev 🔧
Implementation of a self-balancing binary search tree.
Cpp_Modules to learn C++ and OOP.
piscine (pool) of C++, where you can learn a lot of stuff about C++, just code and enjoy it!
Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.
An IRC server implemented in C++, designed to be compatible with most IRC clients (HexChat in particular)
webserv is a lightweight HTTP server built in C++ for the 42 curriculum as a team project. It supports HTTP/1.1, handles multiple client connections, and processes GET, POST, and DELETE requests. The server is configurable and includes CGI support for dynamic content.
Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.
Implementation of a few container types of the C++ standard template library.
Start on a web development journey with Web App, crafting a Pong contest site. Experience real-time multiplayer Pong, chat functionality, and user customization. Utilize NestJS, TypeScript, and security measures for a seamless and secure user experience.
Add a description, image, and links to the 1337school topic page so that developers can more easily learn about it.
To associate your repository with the 1337school topic, visit your repo's landing page and select "manage topics."