Skip to content

Nurik-tech/student-management-system-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System in C++

A C++ student management system for adding, searching, editing, and displaying student records.


About The Project

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.


Tech Stack

  • C++
  • GUI
  • Data Management
  • Record Management
  • User Input Handling

Features

  • Add student records
  • Search for student information
  • Edit existing student details
  • Display student records
  • Improved usability through GUI upgrade

Screenshot

Student Management System Screenshot


How To Run

Compile the program:

g++ main.cpp -o student-management

Run the program:

./student-management

If your main file has a different name, replace main.cpp with the correct filename.


What I Learned

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

Contact

Portfolio: https://anurika.dev
GitHub: https://github.com/Nurik-tech
LinkedIn: https://www.linkedin.com/in/anurika-osuji/

About

C++ student management system with record management and GUI improvements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages