This is a high school project in C++. It is to be excuted only in turbo C++ IDE.
- Classes
- File Handling
- Friendly colourful user interface
- Mouse and arrow keys controlled
- 3 major functions are included:
- Borrow
- Return
- Check
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