User: ryanz

  • Public profile

User profile: ryanz

User info
User name:ryanz
History
Joined:
Number of posts:6
Latest posts:

Function Overloading & Array Problem
Got it!!! Thank you sir you have been great help to me tonight! I appreciate it and will definitely ...

Function Overloading & Array Problem
hmm, pass by reference? I was thinking of that but I would have to modify the main function but the ...

Function Overloading & Array Problem
Memory address as in a pointer? Is it necessary in this program? How would i go about implementing i...

Function Overloading & Array Problem
[code]void triple(int y[], int z){ for(int i = 0; i < z; i++){ cout << y[i] * 3 << endl; } } ...

Function Overloading & Array Problem
ahh I see, that makes sense. It compiles now but it still doesn't multiply the first 4 elements of t...

This user does not accept Private Messages