User profile: Joseph1975

User info
User name:Joseph1975
Name:Joseph Schiavone
Location:Saginaw, MI
History
Joined:
Number of posts:15
Latest posts:

Passing array to void function
Thanks everyone. The problem was actually with my loop: [code] for(count = 1; count < SIZE; c...

Passing array to void function
I am getting zero, the lowest test score is 10 not zero. I created my own test file with only 10 sc...

Passing an array to function and retrun a value
I'm very new to C++; I thought when I returned avg in my function [code] return avg; [/code] I s...

Passing an array to function and retrun a value
Also how do I get my code to look like yours when I post. I thought it was [code] [/code]? Here ...

Passing an array to function and retrun a value
Thank you shredded, It did help somewhat, however, It is still returning zero. I did eliminate...