Tech Stack
C++
C++ GUI
Description
Lib_Management is a desktop application built in C++ that provides a graphical user interface for managing library resources.
It allows users to perform typical library operations — like adding, editing, and querying book and user records — through an interactive GUI instead of console commands.
The tool leverages local file handling to persist data for books, users, and transactions without requiring a database backend.
- Built a desktop library management system using C++ with a GUI interface.
- Implemented features for managing books and users including add, update, delete, and search operations.
- Used file input/output to store and retrieve persistent data locally.
- Designed the application UI to simplify user interaction with core library functions.
- Packaged the app as a standalone executable with GUI resources for smoother usability.
Page Info
User Interface & Features
Graphical interface for managing books, users, and library operations via a C++ GUI application.