Skip to content

A C++ project for managing student records and information.

Notifications You must be signed in to change notification settings

aaungdev/student-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

This is my first-year project from LaGuardia Community College, demonstrating my knowledge of C++ basics. The Student Management System is a console-based application designed to manage student records. It allows users to insert, view, search, delete, update, sort, and display statistics of student information.

Features

  • Insert Student record
  • View All Student records
  • Search Student record by ID
  • Search Student record by Name
  • Delete Student record
  • Update Student record
  • Sort Students by Name
  • Display Statistics

Some Demo Screenshots

User Input Prompt

User Input Prompt

This image shows the initial prompt where the user is asked to enter their choice from the menu.


Insert Student Information

Insert Student Information

This image shows the process of inserting a new student record into the system.


Search Student Record by ID

Search Student Record by ID

This image illustrates the functionality of searching for a student record by ID.


Display Statistics

Display Statistics

This image presents the statistical information of the student records.


Thank you for visiting my student management system repository.

About

A C++ project for managing student records and information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages