C++ while loop question I think what you are trying to do is restrict the input char options to only C/c/L/l, and to continu...
Passing array to functionWOW, that works! It is actually easier to see it now that you mention it, that if someone asked me ...
Passing array to functionThanks all, very useful info. 1) No, I did not know a pass by value for an array converts to a poi...
Passing array to functionQuestion 1: I was able to use a range-based for loop (RBFL) in main() for my array, but when I pass...
initializing static variableI was first introduced to keyword static when going over singleton classes and then saw it again whe...
This user does not accept Private Messages