Repository navigation

#

examrank

This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)

247
7 个月前

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.

C
9
2 年前

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 (`;`).

C
5
2 个月前

Exam project 2022 (02, 03, 04)

C
5
3 年前

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).

C
4
2 个月前

exam rank 04

C
2
2 年前

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

C
1
8 个月前

Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.

C++
1
8 个月前

Make your own microshell in C

C
0
10 个月前

Solutions for Exam Rank 03: ft_printf or get_next_line in C.

C
0
1 年前