Skip to content

Developed a Library Management System using C language

Notifications You must be signed in to change notification settings

Samyukta-b/Cosmic-library

Repository files navigation

Library Management system

A menu-driven program where Users can log in, sign up, view profile, search for books based on genre, title or author name and borrow books. We have managed a database containing a diverse collection of about 100 books spanning across 30 genres.

Files Used:

  • signup_details.txt : username, password and email of the users that sign up
  • book_data_old.txt : a list of books with the book code, title, author name, status and published date
  • book_data.txt : the list of books seperated out w.r.t the genres of each book
  • genres.txt : a list of genres with the genre code
  • borrowed_history : a record of the books borrowed by users, borrow date and return date

May 2022 - June 2022

About

Developed a Library Management System using C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages