weidler
0
Q:

error: ‘istringstream’ is not a member of ‘std’

If you include #include <sstream> then you must also reference the class by:

std::stringstream or declare using namespace std; before using it.
0

Tags

New to Communities?

Join the community