A C++ student management system for adding, searching, editing, and displaying student records.
I built this project to practice working with structured data, user input, record management, and basic system logic in C++.
The application allows users to manage student information through common operations such as adding new records, searching for existing students, editing details, and displaying stored records. I later improved the project by upgrading the interface with a GUI to make it easier to use.
- C++
- GUI
- Data Management
- Record Management
- User Input Handling
- Add student records
- Search for student information
- Edit existing student details
- Display student records
- Improved usability through GUI upgrade
Compile the program:
g++ main.cpp -o student-managementRun the program:
./student-managementIf your main file has a different name, replace main.cpp with the correct filename.
While building this project, I improved my understanding of:
- C++ programming fundamentals
- handling user input
- organizing student records
- implementing search and edit functionality
- improving usability with a graphical interface
Portfolio: https://anurika.dev
GitHub: https://github.com/Nurik-tech
LinkedIn: https://www.linkedin.com/in/anurika-osuji/
