Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
strstream.h is a depreciated header file. Use sstream.h instead.
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: Qt4 Console Application
Libraries used:
The example below #includes strstream.h:
#include <strstream> |
The G++ compiler emits the following compile warning:
/usr/include/c++/4.4/backward/strstream:47: In file included from /usr/include/c++/4.4/backward/strstream:47, |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.