Why do we get the build error “error C2065: 'ostringstream' : undeclared identifier” & How to fix this?
问题 Hi I am compilinig a C++ solution in VS2008. ostringstream strout; I am getting the compilation error " error C2065: 'ostringstream' : undeclared identifier ". I feel I have included all the necessary header files. Can anyone kindly let me know how to fix this error (What all header files to include) ? Also I am getting a strange error like "error C2146: syntax error : missing ';' before identifier 'strout' " at the same line. Whereas I know that I havent missed ";" semi-colon @ the line whre