There are 0 repository under 42roma topic.
My work at 42 Roma piscine since 19th october to 13th novembre 2020
All my projects of 42Network at 42 Roma.
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
"Line-by-Line File Reader"
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. The goal is to make a dynamic view inside a maze, in which the player has to find your way.
Il primo sito web di descrizione dei progetti del corso 42 in lingua italiana
"A project transforming 3D wireframe modeling. Dive in to create, manipulate, and visualize!"
"Master the essentials of network configuration and troubleshooting."
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
The goal of these modules is to introduce you to Object-Oriented Programming.
simple event-driven HTTP server made from scratch
"Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."
code and exercises of Piscine C of 42 Roma Luiss
Library that contains ft_printf(), a C function that will mimic the original printf()
Programming a function that returns a line read from a file descriptor
A list of my 42_Cursus projects
This repository is your essential guide to understanding and implementing pipes and Socket programming
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.