Index repository for all the projects I've done at the 42 school of Codam.
These are all my projects in the 42Amsterdam of Codam coding college.
ONLY USE THIS AS A REFERENCE, IF YOU COPY YOU RISK GETTING A -42!!
| Name | Description |
|---|---|
| Libft | This project aims to code a C library regrouping usual functions that you’ll be using for all your next projects. |
| Name | Description |
|---|---|
| get_next_line | The aim of this project is to make you code a function that returns a line and read from a file descriptor. |
| Born2Beroot | This project aims to introduce you to the wonderful world of virtualization.. |
| ft_printf | Recoding printf. Hopefully you will be able to reuse it in future project without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments. |