Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
GetTime is a time code snippet to obtain now's time.
GetTime can depend on two different libraries:
Boost version of GetTime
Operating system:
Ubuntu 10.04 LTS Lucid Lynx
IDE:
Qt Creator 2.0.0
Project type:
Console application
Libraries used:
Boost: version 1.40, especially Boost.Date_Time
STL: from GCC, shipped with Qt Creator 2.0.0
#include <iostream> |
Screen output:
12:50:44 |
STL version of GetTime
Operating system:
Ubuntu 10.04 LTS Lucid Lynx
IDE:
Qt Creator 2.0.0
Project type:
Console application
Libraries used:
STL: from GCC, shipped with Qt Creator 2.0.0
#include <cstdlib> |
Screen output:
Program started at Fri Oct 1 20:48:47 2010 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.