(C++) Boost.Date\_Time

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Boost.Date_Time

 

The Boost.Date_Time library is a cross-platform library for working with time and dates. It is part of Boost.

 

 

 

 

 

Boost.Date_Time examples

 

  • GetTime
  • GetToday

 

 

 

 

 

Qt Creator Note for Qt Creator users

 

Add the following line to your project file (to prevent a link error):

 


LIBS += -lboost_date_time

 

 

 

 

 

 

Contents

  1. 1Boost.Date_Time examples
  2. 2Note for Qt Creator users
  3. 3LIBS += -lboost_date_time