T
tony_jeffs
I understand the sections of code in the latter part Ch 4, and am
close to understanding the whole thing, but I'm stuck with an aspect
of having all these files and functions work together.
The program's purpose is to collect student grades from input, (int,
mid, final, and homework grades - a Struct is designed for he purpose)
All the grades are stored in a vector, the students are alpabetised,
and the overall grade is calculated for each student.
I have it all compiled, but when I run it, understandably, all I get
is a prompt.
I think I need to run the function Student_info first off, which will
read and process my data.
What do I type to run a function other than main at the command
prompt?
Thanks
Thanks
Thanks
Tony
close to understanding the whole thing, but I'm stuck with an aspect
of having all these files and functions work together.
The program's purpose is to collect student grades from input, (int,
mid, final, and homework grades - a Struct is designed for he purpose)
All the grades are stored in a vector, the students are alpabetised,
and the overall grade is calculated for each student.
I have it all compiled, but when I run it, understandably, all I get
is a prompt.
I think I need to run the function Student_info first off, which will
read and process my data.
What do I type to run a function other than main at the command
prompt?
Thanks
Thanks
Thanks
Tony