/get_next_line

Explore efficient line-by-line reading with My C project designed to handle file descriptors. This program adeptly processes input, reading each line sequentially from the specified file descriptor.

Primary LanguageC


Quotation-Friedrich-Nietzsche-Sometimes-people-don-t-want-to-hear-the-truth-because-34-72-80


Get Next Line

This is the Third project of 42Cursus.
get next line is a project that aims to read line by line from a given File Descriptor.

Note: I haven't shared the PDF of this project, as well as, I haven't explained anything due to school privacy reasons!

This project consists of two parts:

  • Mandatory part (Handle only one file descriptor)
  • Bonus Part (Handle multiple file descriptors at the same time)

Note: The Bonus Part is not that necessary to validate the project, but it gives some extra XPs and days for the The Blackhole.


Things you will learn in this project

  • Static variables
  • Memory segmentation in c
  • File handling
  • Pointers
  • File descriptors
  • Header files

Contact Me