How can I get a program to find and extract an email adress from a line and replaces the @ sign with 'AT'?
I just started learning c++ and have run into a wall. I can get my screen to display everyhing from the @ sign to the end of the string, but I cant get it to stop at the.com or the space right after. I know this has somethign to do with rfind and loops but all the tutorials dont help,
I just need to see a solution or possible a different aproach, thanks!