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

Stream insertion

Inserting a Time into an output stream:

       cout << t << endl;

produces the same output as:

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

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

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004