Boost date_time Part 1
Reply
The C++ Boost date_time library wraps the vagaries of time, date, and high resolution timing into a single header file, #include <boost/date_time.hpp>. With all it does, it is relatively easy to use, and far easier than integrating your particular OS's … Continue reading