This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ios_base



> 
>     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.

No, that chapter reflects the new template-based iostreams classes.  g++
and egcs still have a version that looks like what is described in the
ARM or Stroustrup's 2nd edition (you are looking at the new 3rd edition).

A rewrite is being worked on.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]