Skip to content

Khushi27-agg/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Student Management System (C++)

A menu-driven Student Management System built using C++ and Object-Oriented Programming concepts.

Features

  • Add student
  • View all students
  • Search student by roll number
  • Update student details
  • Delete student
  • Uses STL vector for in-memory data storage

Concepts Used

  • Classes & Objects
  • Encapsulation
  • Constructors
  • STL (vector)
  • Menu-driven programming

How to Run

  1. Compile the program using a C++ compiler
  2. Run the executable
g++ main.cpp -o student
./student

About

This is a student management system using C++.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages