All posts and projects tagged with "C"
Graphical programming projects spanning from a 2D tile-based game to a Wolfenstein-style 3D raycasting engine.
A custom C standard library, a variadic printf implementation, and a buffered file reader. The core projects of the 42 curriculum.
A sorting algorithm project that sorts a stack of integers using a limited set of operations in minimal moves.
Recreating UNIX pipe behavior by redirecting I/O between processes using fork, pipe, and execve.
A multithreading simulation of the dining philosophers problem, managing concurrent access with mutexes.
A CLI network calculator for IP subnetting, AND operations, host ranges, CIDR notation, and subnet masks.
A fully functional UNIX shell built in C with parsing, execution, pipes, redirections, and built-in commands.