I'm new at C++ and I with some source I've found online I was able to copy a textfile to a string. But the textfile consists out of words with (double) quotes. And I want to remove all the (double) quotes in text. But I have no idea how to. Tried some stuff with replace etc. but nothing worked.. can anybody help me out?
Greetings, LuQ
In the string they are put in all quotes are probably escaped, (since it doesnt gives any error), but the textfile looked like this:
Some text with "random" quotes " in it. I want to " remov"e them.