User: JoeMurda

  • Public profile

User profile: JoeMurda

User info
User name:JoeMurda
History
Joined:
Number of posts:12
Latest posts:

Having trouble with the Sort function
got it. [code] for (int i = 0; i < 5; i++) { sort(s[i].quiz, s[i].quiz + 5); } [/...

Having trouble with the Sort function
I can use std sort and that is where I am having trouble. [code] bool cmp_tests(const students&t1, c...

Having trouble with the Sort function
Hey, I am working on a program that reads in a file with a student's name,their id number, 5 quizzes...

Opening a file and using a structure
use a for loop to read all the values in [code] for (int i=0;i<3;i++) { in_file>>car[i].carnum>>car...

Help with arrays and structures
I need help with structures. my problem is taking 8 numbers if one of them is negative displaying "D...

This user does not accept Private Messages