Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!news-out.readnews.com!news-xxxfer.readnews.com!panix!not-for-mail From: ruben safir Newsgroups: comp.lang.c++ Subject: Clarification on ostreams from Stoustrup Date: Mon, 13 Jun 2011 04:19:32 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 12 Message-ID: NNTP-Posting-Host: www2.mrbrklyn.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: reader1.panix.com 1307938772 19212 96.57.23.82 (13 Jun 2011 04:19:32 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Mon, 13 Jun 2011 04:19:32 +0000 (UTC) User-Agent: Pan/0.133 (House of Butterflies) Xref: x330-a1.tempe.blueboxinc.net comp.lang.c++:6670 I'm wondering if anyone can explain what Stroustrup means in this paragraph on ostream and char_traits. He wrote: "The basic_ostream template parameter control the type of characters that is used by the implementation; they do not affect the types of values that can be output." FWIW this is from from The C++ programming language 3rd edition pg 608 Ruben