Thursday, July 30, 2009

Can anyone help me out of this task of C++ code? i need it urgent , thanks?

I need a C++ program to keep track of student details and result.


The program requires add record for student and record, add result for student, delete student and subject record, update result and print out all student result, and print out particular result for student and subject .


Please help me to write this C++ program, i having a huge headache of doing this program, thanks . I need it urgent, thanks again.

Can anyone help me out of this task of C++ code? i need it urgent , thanks?
So you expect us to write entire program for you?


Sorry, I didn’t understand the question.
Reply:Take it slowly, read some books about it like "Lear C++ in 24 HRs".
Reply:Sounds as if you need a list of students, each with a list of scores. Without knowing what topics have been covered in your class, no one will be able to help you any more than that... you might be expected to use STL's std::list class, or make your own singly-linked or doubly-linked list, or use a fixed-size array, etc., etc. depending on what topics have been covered.





Hopefully this at least helps you figure out which day's lecture notes you need to review to solve this.
Reply:first don't panic. Start with the easier thing first. Then u know u have something down until deadline.


No comments:

Post a Comment