Hi, How do I clear a stringstream. I have tried this site and others and have not found anything that works. I am making a tokenizer for a "fun" programming language that I am creating as a learning exercise.
I tokenize the file line by line, but I cant seem to clear the string stream to accept the next line (The SS is global)