string - replace all NON alpha numeric with " " spacesOk. I changed it to a loop as you suggested and it seems to work now, thanks LB. [code] std::string...
string - replace all NON alpha numeric with " " spacesI have a near identical function with erase which works fine - the erase one simply erases all nonal...
'Find' coordinates of text on pageIs there any way for an API to retrieve the coordinates of inputted text on the screen [u](not on th...
Array ClassWhat is line 14 all about ? It looks like a default constructor but you're trying to store a value ...
help with storing values and returning two different statements based on how much info was stored.line 19: cin is looking for user input. doens't seem to be desired here line 31: 'nums' is not defin...