A collection of C exercises I used to prepare for the 42/1337 Piscine Final Exam.
-
Updated
Jul 21, 2026 - C
A collection of C exercises I used to prepare for the 42/1337 Piscine Final Exam.
🏊♂️ Complete 1337 Piscine journey - 42 Network coding bootcamp solutions in C
Minishell_42 is a simplified shell program designed to mimic the behavior of a UNIX shell. It is a part of the 42 Network curriculum and is meant to help students learn about the core functionalities of shell commands, environment variables, and process management. The project involves implementing a shell from scratch
Enhanced 42 Header extension for VSCode with campus selection, customizable keybindings, and comprehensive testing
My own implementation of the C standard library, recreating essential functions to be used in future 42 projects.
A raycasting-based 3D engine built in C using MiniLibX inspired by Wolfenstein 3D. Learn low-level graphics, raycasting, and memory-safe engine design through the 42 Cub3D project.
Ejercicios y proyectos de la Piscina de 42. Tres semanas intensivas de programación en C: desde lo más básico hasta algoritmos complejos, estructuras de datos y gestión de memoria.
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way
A 42 School project focused on file descriptor manipulation, static variables, and memory management. The goal is to recreate a function similar to fgets that handles arbitrary buffer sizes and reads lines dynamically.
A C function that returns a line read from a file descriptor, utilizing static variables to maintain state between calls.
🧪 A comprehensive testing suite designed to validate all mandatory functions for the 42 School Libft project.
Custom implementation of essential C standard library functions as part of the 42 School curriculum. Includes memory management, string handling and linked list utilities.
Custom implementation of printf in C, handling variadic arguments and multiple format specifiers. A foundational project for understanding formatted output and string manipulation.
Add a description, image, and links to the 42-network topic page so that developers can more easily learn about it.
To associate your repository with the 42-network topic, visit your repo's landing page and select "manage topics."