User profile: Toddinator716

User info
User name:Toddinator716
History
Joined:
Number of posts:10
Latest posts:

cout arrays
yes this has been solved by ganado, you would in fact be displaying 5 array values held at positions...

Help passing array to main function
I've managed to workaround this solution with vectors which is probably a much more difficult way of...

Help passing array to main function
yeah. i've been fighting with it for about 12 hours. Only made it worse.

Help passing array to main function
at line 58 the function will not take the array that we already declared with the other function and...

Help passing array to main function
[code]#include <iostream> #include <fstream> #include <string> #include<ctime> //for rand and srand ...