Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Project proposal

Project name:
Student Management System

Group members:
Saad ali 2022512
Aqib shakeel 2022104
Ahmed Rashid 2022677
Umar maqsood 2022447
Abstract:
The student management system can be used by students. It aids in the tracking of
a student’s development so that the optimal decisions for the student’s learning
path may be made. Many educational institutions currently employ computer
systems to arrange a student’s data.

The software assists the admissions department in keeping track of students’


information. The software also keeps track of changes in the profiles of qualified
students as well as their performances.

Project description:
Student Management System is basic C++ Program.
I make this program without use FILE HANDLING Because I show you how to
make a STUDENT MANAGEMENT SYSTEM firstly using classes and
functions.
There is a four Functions:
1 --> Create Record
2 --> Display Record
3 --> Update Record
4 --> Exit Program

First Step:
Enter Record:
Student Roll no.
Student first name:
Student last name:
Student Course:
Student DOB:
Student Mobile no.
Student Address:
Student City:
Student Subject Marks:

Second Step:
Display Record:

They will show you all the information what you enter.

Third Step:
Update Record:

If You want any updating in the record just press 3 they will show you all
the information
just enter the line where you want to update the record.

Fourth Step:
Exit program.

Modules:
1 --> Create Record
2 --> Display Record
3 --> Update Record
4 --> Exit Program

Language: c++

You might also like