Returning Strings in a FunctionAh I get it, I had to initialize the array outside the function, pass it in, then return it. This lo...
Returning Strings in a FunctionWhile the above helped for returning an array declared within the function, I'm having the same prob...
Returning Strings in a FunctionOkay thanks, though I find it odd that putting [int] would affect the first few characters.
Returning Strings in a FunctionIt's been a while since I've worked with C++ and am shaky at remembering how to use arrays properly....
Global Variables in a For LoopI figured out the problem. I was using the word "count" instead of "counter" which for some reason I...
This user does not accept Private Messages