Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 887 Bytes

File metadata and controls

28 lines (19 loc) · 887 Bytes

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