S
ShipHead
I can't seem to get this to compile...
(Perhaps I'm missing a header file)
std::string htmlMsg;
std::istringstream iss(htmlMsg);
error C2065: 'iss' : undeclared identifier
This is a c++ console application.
(Perhaps I'm missing a header file)
std::string htmlMsg;
std::istringstream iss(htmlMsg);
error C2065: 'iss' : undeclared identifier
This is a c++ console application.