Skip to content

Library Management system using C++ implementing filehandling, oops concepts, it a highschool project

Notifications You must be signed in to change notification settings

ironghost007/Library_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Library Management

This is a high school project in C++. It is to be excuted only in turbo C++ IDE.

Main concepts illustrated:

  1. Classes
  2. File Handling

Features:

  • Friendly colourful user interface
  • Mouse and arrow keys controlled
  • 3 major functions are included:
    1. Borrow
    2. Return
    3. Check

This is an image

Data Input:

Book data - Name, author, no. of copies

You can input book data at the start of the program execution when prompted.

OR

You can create LIST.dat and enter respective values and save the file in project's directory itself, and comment out the code from lines 694 - 698.

Refer to screenshots folder for more pics of the project

About

Library Management system using C++ implementing filehandling, oops concepts, it a highschool project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages