A curated collection of official 42 School evaluation sheets 📄✅, complete with a user-friendly web interface for streamlined navigation and self-assessment. 🖥️🚀 Explore, prepare, and excel in your ...
The final project of the 42 common core: a website to play pong and chat with friends
Small 2D game to learn how to work with textures, sprites. And some very basic gameplay elements.
Recreate printf to learn mainly how to use the variadic arguments.
My own library (reordered libft)
As cute as a real shell ;)
Function which returns a line read from a file descriptor.
Whether it's a file, stdin, or even later a network connection, you will always need a way to read the content line by line. It's time to start working on this feature, which will be essential for you...