Our 3rd semester project in CPP
Library Management System In C++ This is project purely base on Object Oriented programming in C++.
This project is just the sample working of Library Management system which performs the tasks given below : For Books - Book Creation, Display all books details, Display Specific Book Details, Modify Book details, Saving Books data into a file, Delete a Book Details, Issuing a Book, Depositing a Book.
For Students - Create a Student Record, Display all Students Details, Display Specific Student Details, Modify Student Details, Saving student data into a file, Delete Student Record.
Others - Administrator Menu, Sign Up System, Sign Up System duplication check, login system.
My project uses : Object-Oriented programming, File handling, Regular Expressions, Functions, Modular Approach in programming.
Hope u like it