English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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.

2006-11-19 13:20:10 · 5 answers · asked by Alison_gal 1 in Computers & Internet Programming & Design

5 answers

So you expect us to write entire program for you?
Sorry, I didn’t understand the question.

2006-11-19 13:40:26 · answer #1 · answered by banan 2 · 0 0

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.

2006-11-19 14:55:06 · answer #2 · answered by Ben 2 · 0 0

that's actual that in case you create an empty C++ console project and manually rename your cpp report to grant it .c extension, seen Studio *will* execute the Microsoft C compiler, besides the undeniable fact that that's a doubly-out of date 1989 C compiler. Microsoft abandoned C an prolonged time in the past. in case you desire to stay with this IDE and convey mutually C, substitute the underlying compiler. Intel C/C++ is a sturdy decision.

2016-12-10 12:08:08 · answer #3 · answered by kluesner 4 · 0 0

Take it slowly, read some books about it like "Lear C++ in 24 HRs".

2006-11-19 14:52:21 · answer #4 · answered by Dennis L 2 · 0 0

first don't panic. Start with the easier thing first. Then u know u have something down until deadline.

2006-11-19 13:32:54 · answer #5 · answered by Best Helper 4 · 0 0

fedest.com, questions and answers