Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 6 and Version 7 of TutSimpleIO

Show
Ignore:
Author:
kris (IP: 68.122.75.74)
Timestamp:
03/17/07 23:49:10 (17 years ago)
Comment:

clarified the newline issue

Legend:

Unmodified
Added
Removed
Modified
  • TutSimpleIO

    v6 v7  
    3030}}} 
    3131 
    32   '''Note:''' `newline` ends the chaining process. 
     32('''n.b.''' without a following set of parenthesis, `newline` ends the chaining process. This is an artifact of the compiler, rather than of Cout itself) 
    3333 
    3434'''The Standard Error Stream:''' Note that there is a process analogous to `Cout` called `Cerr`.  Use it in the same way.  Do '''not''' expect it to be unbuffered.