User profile: soranz

User info
User name:soranz
History
Joined:
Number of posts:536
Latest posts:

string - replace all NON alpha numeric with " " spaces
Ok. 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 " " spaces
I have a near identical function with erase which works fine - the erase one simply erases all nonal...

'Find' coordinates of text on page
Is there any way for an API to retrieve the coordinates of inputted text on the screen [u](not on th...

Array Class
What 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...