home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18977 < prev    next >
Encoding:
Text File  |  1993-01-11  |  628 b   |  17 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!microsoft!wingnut!pauljo
  3. From: pauljo@microsoft.com (Paul Johns)
  4. Subject: Re: How to limit string output length w/ stream manips?
  5. Message-ID: <1993Jan11.231513.21609@microsoft.com>
  6. Date: 11 Jan 93 23:15:13 GMT
  7. Organization: Microsoft Corp., Redmond, Washington, USA
  8. References: <1993Jan8.211251.4604@webo.dg.com> <1993Jan8.025836.10039@news.ysu.edu> <1993Jan8.183239.10873@taumet.com>
  9. Lines: 6
  10.  
  11. If you're mixing calls to C stdio.h functions
  12. and C++ iostream function, you'll want to make
  13. a call to ios::sync_with_stdio() so that the
  14. output will come out in the right order.
  15.  
  16. // Paul
  17.