Hi, I know this is asking for much and I'm being lazy but I have an ASCII text file with multiple rows of text. each row contains the name of the city followed by a ">" and then the countries name.
I wanted to know if its possible to have a C++ program that removes the anything written before the ">" in each line.
any help would be great!
thank you! :)