c++ project: subject registration system

14
Subject Registration System More Details visit- http://www.projectlearner.com

Upload: projectlearner

Post on 12-Jul-2015

561 views

Category:

Education


10 download

TRANSCRIPT

Page 1: C++ Project: Subject Registration System

Subject Registration System

More Details visit- http://www.projectlearner.com

Page 2: C++ Project: Subject Registration System

Project Description:

1. A computer-based system is required to be used in a typical university for subject selection.

2. Users of this system are students.

3. A list of students with valid ID and password must be created by system.

4. Every student must enter valid ID and password for being entered to the system. System then checks the validity of ID and password and then allows the authorized user to continue.

5. Each student must be able to select minimum 2 and maximum 5 subjects, therefore, System must show a subject list from which students can select the subjects.

6. Each subject in the subject list has attributes like subject ID, Title, batch number, Date and time etc.

More Details visit- http://www.projectlearner.com

Page 3: C++ Project: Subject Registration System

Project Description:

7. Student then must select the subjects from a list of available subjects based on the information provided by the system about the subject.

8. Subjects must be appeared in the subject list for each student according to his/her year of study. For example for students in first year, only the subjects, which are offered for the first year, must be appeared in the subject list.

9. Students must be able to change their selected objects. They must be able to delete and add subjects.

10. Finally, students must confirm their selected subjects.

11. Upon confirmation, system must check whether the number of selected subjects is between 2 and 5. If not a message must be shown to student otherwise student must double confirm his/her selection.

More Details visit- http://www.projectlearner.com

Page 4: C++ Project: Subject Registration System

Software Requirement:

Operating system : Windows XP/Windows 7/ Windows 8/ Windows 2000

Compiler : Dev C++ version 4.0 or above

More Details visit- http://www.projectlearner.com

Page 5: C++ Project: Subject Registration System

(Screen shots of this project)

1) Login

Student ID: 1001024181

Student Password: X24181

More Details visit- http://www.projectlearner.com

Page 6: C++ Project: Subject Registration System

2) Wrong Password while Login

More Details visit- http://www.projectlearner.com

Page 7: C++ Project: Subject Registration System

3) After logged in successfully, the page will go to the

Main Menu for student to choose option.

More Details visit- http://www.projectlearner.com

Page 8: C++ Project: Subject Registration System

4) Choose option 1 to Add Subject / Subject Registration

Fill in the blank that the system requested. Press“0” to cancel the register.

The numbers have been register cannot repeat again. More Details visit: http://www.projectlearner.com

Page 9: C++ Project: Subject Registration System

5) Choose option 2 to delete or edit the Subject

Insert 3 to delete the Subject no. 3 (i.e., Business).

More Details visit- http://www.projectlearner.com

Page 10: C++ Project: Subject Registration System

6) Choose option 3 to Submit and store in the file

according to the filename

Insert the student id for confirmation.

More Details visit- http://www.projectlearner.com

Page 11: C++ Project: Subject Registration System

7) Choose option 4 to Display the list of the registered

subjects

More Details visit- http://www.projectlearner.com

Page 12: C++ Project: Subject Registration System

8) Choose option 5 to Display the entire subjects from

First to Third year in the sorting order according to the

number of year.

More Details visit- http://www.projectlearner.com

Page 13: C++ Project: Subject Registration System

9) Choose option 6 to Search a particular Subject using

Subject ID and Display the subject name

If you would like to continue then press y otherwise press n for exit.

More Details visit- http://www.projectlearner.com

Page 14: C++ Project: Subject Registration System

Project Source Code:

To get the complete source code,visit the following link: http://www.projectlearner.com

More Details visit- http://www.projectlearner.com