Skip to content

HarunOktay/Library_System_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Library_System_C

Library Management System C Implementation Overview

This is a library management system implemented in C programming language. It allows users to manage students, authors, books, and book loans in a library setting. This project was created for the 2nd grade 1st semester structural programming course.

Features

  • Manage Students: Add, delete, edit, and view student information.
  • Manage Authors: Add, delete, edit, and view author information.
  • Manage Books: Add, delete, edit, and view book information. Associate books with authors.
  • Manage Book Loans: Track books borrowed by students, including loan dates.

How to Use

  1. Compilation: Compile the program using a C compiler. For example:

    gcc library_management.c -o library_management
  2. Execution: Run the compiled executable:

    ./library_management
  3. Main Menu: Follow the prompts in the main menu to navigate through different functionalities:

    • Choose options to manage students, authors, books, or book loans.
    • Follow on-screen instructions to perform desired actions.

Usage Notes

  • I developed this program with DEV-C++ IDE, and I recommend you to execute this file with that IDE

Credits

This program was developed by Harun OKTAY.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Library Management System, C Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages