This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
ostrstream problem
- From: "Ernest L. Williams Jr." <ernesto at ornl dot gov>
- To: GCC-Help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 27 Sep 2005 23:00:23 -0400
- Subject: ostrstream problem
- Reply-to: ernesto at ornl dot gov
Hi,
I am now using gcc 4.0.1.
I get the following error:
====================================================
error: âostrstreamâ was not declared in this scope
===================================================
What header must I use to get ostrstream?
I tried : #include <sstream>
I am confused.
Any help or reference is welcomed and appreciated.
Thanks,
Ernest L. Williams Jr.