User Profile
Collapse
-
How do I use qsort now? I can't figure it out based on google searches... any help? -
-
Yeah I just figured that out after I posted...
I'm having trouble trying to put values in now though... how do I do that?
I haven't done this in about year so bear with me...Leave a comment:
-
Help! Sorting a Structure??
Basically: How do I sort the structure here:
struct prob {
int num1[400];
int num2[400];
double pro[400];
};
according to the values in 'pro'... while keeping pro[x] related to num1[x] and num2[x]...
num1[x] is a number that corresponds to something specific
num2[x] is a number as well in the same way
prob[x] corresponds to the probability of behavior...
No activity results to display
Show More
Leave a comment: