Repository navigation
examrank
- Website
- Wikipedia
First 42 School Exam
This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)
Suject && Solution for 42 Exam Rank 02
This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.
Microshell is a simplified shell program developed in C, designed to mimic basic shell command execution functionalities. This exam involves handling command-line arguments to execute commands, managing built-in commands like `cd`, and implementing features such as piping (`|`) and command separation (`;`).
ft_printf is a custom implementation of the standard printf function in the C language. This exam focuses on mimicking the core functionalities of printf by handling specific format conversions. The primary objective is to manage only the following conversions: %s (string), %d (decimal integer), and %x (hexadecimal integer).
Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.
✏ Micro_paint/Mini_paint
✅ Writing classes
My Solution for every 42 Exam I pass in order to finish the circle so I can move to the next level which is the next circle since each circle has an exam that must be passed