C++ cleaning string problemAppareantly it has trouble with the getline() 3rd parameter, wich is a space. If I don't use that pa...
C++ cleaning string problemAlas it was too early to celebrate... After nesting Duoas function in my own function, for an unknow...
C++ cleaning string problemThank you all for the great help. The function works perfectly now with the use of substr(). If anyo...
C++ cleaning string problemYep that's the problem, the program parses words from a txt file and the output is a csv file. It do...
C++ cleaning string problemActually "&Eat Quiche" is cleaned just fine, "Eat&Quiche" is where the problems start. The string "w...