mcombeau
Student at 42 Paris, and digital world explorer, I write about my journey through the sea of code at codequoi.com. Intra login: mcombeau
@42SchoolParis, France
Pinned Repositories
42_cursus_projects
My 42 school curriculum projects.
Born2beroot
The 42 project Born2beroot explores the fundamentals of system administration by inviting us to install and configure a virtual machine with VirtualBox.
cub3D
Cub3D is a 42 school team project to create a dynamic view inside a 3D maze using raycasting in the style of Wolfenstein3D.
fract-ol
One of the first graphical projects at 42 school, fract-ol introduces us to 2D programming with fractal generation.
ft_irc
A small Internet Relay Chat (IRC) server made in C++.
ft_printf
ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.
ft_transcendance
42 school team project to create a responsive website with chat rooms and a multiplayer pong game.
mcombeau
minishell
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
push_swap
push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.
mcombeau's Repositories
mcombeau/push_swap
push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.
mcombeau/get_next_line
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
mcombeau/libft
42 school's first project: libft. The goal is to create our very own C library for use in future projects.
mcombeau/ft_printf
ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.