Hi,
I'd like to know if someone has ever compile some C++ code using sstream ? It seems that sstream isn't part of the libstdc++ ... Do I need to write my own standard I/O headers?
Also, I'm using Project Builder right now because each time I was trying to compile my C++ code with my...