Meghann Cloarec (mcloarec) (miketaonjo)

miketaonjo

Geek Repo

Company:@42School

Location:France

Github PK Tool:Github PK Tool

Meghann Cloarec (mcloarec)'s repositories

CPP

A collection of small 42 school projects about C++.

Language:C++Stargazers:0Issues:1Issues:0

Cub3D

Cub3D is a 42 school team project to create a dynamic view inside a 3D maze using raycasting in the style of Wolfenstein3D.

Language:CStargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

Libft

42 school's first project: libft. The goal is to create our very own C library for use in future projects.

Language:CStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

philosophers

Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.

Language:CStargazers:0Issues:1Issues:0

pipex

pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.

Language:CStargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

so_long

One of the first graphical projects at 42 School, so_long introduces us to 2D programming with textures, sprites, and some other very basic gameplay elements

Language:CStargazers:0Issues:1Issues:0