i thought i didn't need a return type?You are telling the compiler you are returning something, so why wouldn't you want to return anythin...
MS Visual C++ V6.0Has that much really changed?
How to return the length of an integer inputYou could convert it to a string and get the length of the string. You could count how many times i...
subclass object on superclassCan you overload virtual functions? Must virtual functions be redefined? Do you need a pointer to a ...
Array elements eliminationSurprised I didn't get corrected on this. Using mod to loop the array instead of the while you can f...
This user does not accept Private Messages