STUDENT MANAGEMENT SYSTEM PROJECT USING FILE HANDLING IN CPP .

STUDENT MANAGEMENT SYSTEM USING CPP .

Student Management System is a basic C++ program for student to manage student data. Student Management Systems provide features like student Name, student Roll Number, student course, student email ID, student address, student contact, and handle other related data needs in a college . In this Student Management System project, user can create , display, search, modify and delete student record.



Project Menu: 


Step 1:  Add Student Details

If  User press 1 then user can add student name, student roll no., student course, student email Id, student contact number and address into a file(record.txt).









Step 2:  Display (show) Student Details

If  User press 2 then the saved or previous entered data is show on display.








Step 3:  Modify (change) Student Details

If  User press 3 then the user can change or modify the saved or previous entered data .







Step 4:  Search Student Details

If  User press 4 then the user can search student details which is entered by user.








Step 5:  Delete Student Details

If  User press 5 then the user can delete student details.


Source Code:

studentmanagementsystem.cpp

1/Post a Comment/Comments

Post a Comment

Previous Post Next Post