This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ios_base
- To: egcs at cygnus dot com
- Subject: ios_base
- From: Andrew Borthwick <borthwic at johnson dot cs dot nyu dot edu>
- Date: Tue, 9 Dec 1997 18:00:09 -0500 (EST)
- Reply-To: egcs at cygnus dot com
Hi,
I can't seem to find ios_base. Is it implemented? I am trying to
use the function "seekp" as specified in chapter 21.6.1 of Stroustrup. I.e.
ofstream fout;
. . .
fout.seekp(23,ios_base::beg); // Position for write at 23rd character of fout
This is supposed to be defined in <ios.h>, but the header comes up not
found.
If this isn't implemented, any suggestions as to how to get the same effect?
Thanks,
Andrew Borthwick