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


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

Re: Where are opfx(), osfx(), ipfx()?


On Sun, Feb 25, 2001 at 09:48:41PM -0500, Phil Edwards wrote:
> On Sun, Feb 25, 2001 at 08:48:03PM -0500, Craig Rodrigues wrote:
> > 
> > I am trying to compile some third party code which wants
> > to use ostream::opfx(), ostream::osfx(), istream::ipfx() functions.
> > These functions appear to be in libstdc++-v2, but not in libstdc++-v3
> > (at least not in: gcc version 3.0 20010223)
> > 
> > Where are they?
> 
> They are not standard functions; never have been in v3, and won't be.
> Likewise for your message about buffering functions.
> 
> 
> > If they are deprecated functions, how can I port this old code
> > to use the libstdc++-v3 equivalents?
> 
> What do they do?  I don't have -v2 sources anymore to look.

Hmmm, I'm not an IOStreams expert, so would appreciate the help of
the gurus. :)

Are we allowed to cheat a little bit and look at MSDN documentation for clues?
;)

http://msdn.microsoft.com/library/devprods/vs6/visualc/vclang/_iostream_istream.3a3a.ipfx.htm
http://msdn.microsoft.com/library/devprods/vs6/visualc/vclang/_iostream_istream.3a3a.isfx.htm
http://msdn.microsoft.com/library/devprods/vs6/visualc/vclang/_iostream_ostream.3a3a.osfx.htm
http://msdn.microsoft.com/library/devprods/vs6/visualc/vclang/_iostream_ostream.3a3a.opfx.htm

Thanks. 
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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