- Helsinki
Highlights
- Pro
Lists (1)
Sort Name ascending (A-Z)
Stars
The CPP module is a project from the 42 curriculum that focuses on object-oriented programming using C++.
tranhieutrung / minishell
Forked from 42VN/minishellMinishell is a group project from the 42 curriculum that simulates a shell implementation inspired by bash.
tranhieutrung / cub3d
Forked from 42VN/cub3dCub3D is a 42 school project that involves creating a simple 3D game engine using raycasting, inspired by Wolfenstein 3D, to render a first-person view of a maze based on a 2D map.
The get_next_line is a project from the 42 curriculum that creates a function to read a line from a file descriptor, handling various edge cases.
The ft_printf is a project from the 42 curriculum that implements a simplified version of the printf function, handling formatted output in C.
Push_swap is a program from the 42 curriculum that implements an algorithm to sort a stack of integers with the least number of operations.
The Pipex project is a program from the 42 curriculum that mimics the behavior of pipes in shell commands.
Libft is a project from the 42 curriculum, designed to provide a library of useful functions in the C programming language.