Monday, December 20, 2010

error: ostrstream was not declared in this scope

If you get such errors
"error: ostrstream was not declared in this scope"

try to include its relevant header file and/or namespace.

For this error, include or along with using namespace std;

No comments:

Post a Comment