Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1 KB

Cursus.md

File metadata and controls

16 lines (12 loc) · 1 KB

1st circle

. Libft

A project that asks you to create a library that you'll use during your all cursus and that you'll complete with a lot of functions during your cursus.

⚠️ Be rigourus with the Makefile, and the bonus rule.
⚠️ Try to optimise the functions the maximum you can, it'll help you a lot when you'll have to use them after.

. You have to understand the functionment of each function you're coding, and know how to reproduce them without help.

Ressources :

Makefile Tuto : Tuto Github Makefile
Very complete tutorial that explain how to make a Makefile for your projects. Very interesting to read and it'll help you to make your Makefile in a good way.
. My version of libft

. Get Next Line (GNL)

A project that asks you to code a function that read a full line in a document (a line is a string that end with "\n" or the end of the document).