Skip to content

tarunajain2006-source/student-record-manager-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

📚 Student Record Manager (C++)

A simple menu-driven Student Record Management System built using C++. This project allows users to add, view, search, and delete student records using basic Data Structures and Object-Oriented Programming concepts.

🚀 Features

✅ Add new student ✅ Display all students ✅ Search student by ID ✅ Delete student ✅ Menu-driven console interface ✅ Uses C++ classes and vectors

🛠️ Technologies Used

  • C++
  • STL (vector)
  • Object Oriented Programming
  • VS Code

▶️ How to Run

🔹 Step 1: Compile

g++ main.cpp -o app

🔹 Step 2: Run

./app

Sample Menu

===== Student Record Manager =====
1. Add Student
2. Display Students
3. Search Student
4. Delete Student
5. Exit

About

A beginner-friendly C++ Student Record Management System demonstrating OOP and STL concepts with a menu-driven interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages