• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't use sstream in Dev C++

I'm not sure what G++ version does it come with.

Yes, the include statement is failing. It returns this error: sstream: no such file or directory.

I've tried installing the new MinGW but it only brought up more errors. Is there a simple solution to this?
 
The file has a .cpp extension or just .c extension? Some compilers will act like a classic C compiler rather than C++ if the extension doesn't indicate to do otherwise.
 
Hey glugglug,

I downloaded several other versions of Dev C++ and found one that works fine. I didn't wanna mess with copying the header files and whatnot, it just gave me more errors.

Thanks for your time!
 
Back
Top