Saturday, May 22, 2010

Using c++ to write a program for a school registration system.?

the thing is, i am confused as what to do. the Lecturer gave us


a major coursework to do using c++ where individual persons are suppose to do theirs. however most of us are blank. anyway the program we are suppose to write must include functions, array or structure and or stacks or queues. the program should be about a school registration system that enables you to easily find a student in case of any problem. therefore the program should include students name, parent's/ guardian's name, address, contact number, student's age, course enrolled in, House and Club, and Date of Birth along with the denomination of the student, the subjects the student does and the grades for those subjects.





the lecturer also states that the program should involve private and public functions





and i don't know the first thing to do much less finishing it and its due date is two week from this.

Using c++ to write a program for a school registration system.?
This is probably cheating, but check out http://www.pscode.com for great examples...everything from simple functions and subprocedures (functions return values, subprocedures don't) to complete applications.
Reply:I would suggest creating a Student class, maintaining all the student information you mentioned in addition to a unique ID.


Then you are probably expected to use "array or structure and or stacks or queues" to maintain references to students.


This you would use to go through each student in turn when making a search feature that searches for specific information on students.
Reply:sounds like you should drop the class. Not everybody is cut out to be a software engineer.

blazing star

No comments:

Post a Comment