User profile: maharris

User info
User name:maharris
History
Joined:
Number of posts:85
Latest posts:

unresolved external from void
error LNK2019: unresolved external symbol "void __cdecl readAndCount(int &,int * const)" (?readAndCo...

how to make the count start at zero and not go under
how do i automatically assign count to be 0, and to make it not able to go under [code] #include...

recursive solution and arrays
how would i have a recursive solution that takes the last number of the array, then can move either ...

missing ';' before .
i'm rrreeeaaalllyyy confused.... [code] #include <iostream> #include <math.h> using namespace std; ...

missing ';' before .
bump