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