Definition at line 307 of file example++.cc.
References example1(), example2(), example3(), example4(), example5(), example6(), and example7().
309 cout <<
"Example++\n\n" 310 <<
"This is an example program for the libtime++.a library.\n";
313 <<
"Time comes in two different flavours:\n" 314 <<
"1. absolute time (like today at 10 o'clock)\n" 315 <<
"2. relative times (like the time span between now and christmas)\n" 316 <<
"The following examples will show how to use and combine these\n" 317 <<
"two flavours.\n";
328 <<
"That's it... any questions?\n";