A simple replica of the C printf function
-
Updated
Mar 27, 2025 - C
A simple replica of the C printf function
Basic C++ exercises. Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.
A small 2D game developed with MiniLibx, the graphic library of the 42School.
Philosophers dinner problem in C. Introduction to parallel programming.
Small quizz about networks and subnet masks
A simple 3D 'game' using MinilLibX (mlx), the graphic library of the 42School and the raycasting algorithm
The exercises in this repository provide excellent opportunities to both enhance your technical skills and gain experience in software development processes. They help lay the foundational elements of C++ and offer significant support during the transition from C to C++.
A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC)
This is a 42 project that consists of a simplified version of the printf function in C.
The Cub3d project aims to create a 3D labyrinth game. The player navigates through the maze from a first-person perspective, trying to reach certain goals. This project covers fundamental aspects of game programming, graphics management, and user interaction. Furthermore, it provides experience in basic 3D game mechanics, collision detection, and e
This module teaches the fundamentals of object-oriented programming (OOP), focusing on class relationships, dynamic object management, inheritance, virtual functions, and method overriding. Students also learn to improve program reliability using try-catch blocks and handling exceptions.
A Web Server written from scratch in C++
This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.
Reproduction of some C standard functions used for working with C-style strings and lists in assembler (nasm)
Add a description, image, and links to the 42ecole topic page so that developers can more easily learn about it.
To associate your repository with the 42ecole topic, visit your repo's landing page and select "manage topics."