Skip to content
#

filehandling

Here are 63 public repositories matching this topic...

The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.

  • Updated Jun 16, 2025
  • C

Institute management software using C programming with Graphics Programming. I had made this project when i'm in the 1st semester and make very first GUI based software. This is partially incomplete but during making tthis project i learned a lot and become more confident in the software development field.

  • Updated Sep 5, 2023
  • C

This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.

  • Updated Jan 21, 2024
  • C

Improve this page

Add a description, image, and links to the filehandling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filehandling topic, visit your repo's landing page and select "manage topics."

Learn more