User profile: crumbhead

User info
User name:crumbhead
History
Joined:
Number of posts:25
Latest posts:

Counting Occurrences of Numbers
I just need help with how to tally the numbers. That is it. The rest of the program is completed. ...

Counting Occurrences of Numbers
But the problem is the tally doesn't work - or better yet, I don't understand how to make it work. ...

Counting Occurrences of Numbers
[code]void CountArray (int intCountArray[], int intArray[]) { int temp = 0; for(int in...

Counting Occurrences of Numbers
[code]int temp; for(int j=0; j<RANDOM_SIZE;j++) { temp = random_array[j]; count_array[temp]++...

Counting Occurrences of Numbers
Can someone help with what iHutch was saying? I've tried to implement something like this, but it w...

This user does not accept Private Messages