Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
get_next_line
This project was the second one I developed during my training at 42. The goal was to create a function capable of reading a file and returning its content line by line, while maintaining the reading state between consecutive calls.
To solve it, I decided to approach the implementation differently from the usual method by using linked lists to manage and store the information that had been read. Although this decision added extra complexity to the project, it allowed me to work with a data structure I understood better and deepen my knowledge of concepts such as memory management, data organization, and programming logic.
After a process of research, development, and problem-solving, I successfully completed the project and consolidated new knowledge about C programming.



