DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
No more ctime(S) errors - Time(C++)

Stream insertion

Inserting a Duration into an output stream:

       cout << d << endl;

produces the same output as

       cout << d.make_string() << endl;

Next topic: Time
Previous topic: Conversion to and from string

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005