You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Library Management System implemented in C++. Features include login/sign-up, menu-based navigation, book storage, retrieval, addition/deletion, lending/returning, and fine calculation. Data is stored in text files, loaded into memory as needed. No use of OOP concepts.