unresolved external from voiderror LNK2019: unresolved external symbol "void __cdecl readAndCount(int &,int * const)" (?readAndCo...
how to make the count start at zero and not go underhow do i automatically assign count to be 0, and to make it not able to go under [code] #include...
recursive solution and arrayshow 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