im trying to clear std::strstream using stream.str("") ( How do you clear a stringstream variable? ) but im getting :
error: no matching function for call to 'std::strstream::str(std::string)'
note: candidate is:
note: char* std::strstream::str()
im includeing : #include <strstream>