From: elric AT wheel DOT dcn DOT davis DOT ca DOT us (Jeffrey Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Bug in `fstream' class Date: 11 Feb 1997 17:26:21 GMT Organization: Davis Community Network - Davis, California, USA Lines: 16 Message-ID: <5dqa3t$307$1@mark.ucdavis.edu> References: NNTP-Posting-Host: wheel.dcn.davis.ca.us To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Ian Miller (itmiller AT dra DOT hmg DOT gb) wrote: : Jerzy DOT Witkowski AT ii DOT uni DOT wroc DOT pl (Jerzy Witkowski) writes: : : > : I do still have one problem however. The get and put "streamposes" returned : by tellg() and tellp() are always the same. I think they should be : independent. : : Any suggestions? ;-) The C++ standrard library seems to be moving away from tellp and tellg. Look at Plauger's The (Draft) Standard C++ Library. The whole random access mechanism has changed. Jeff T