The upper date limit is 12/31/3000.
I'm compiling in VS 2010 with boost 1_53. I'm also using boost's threads. during compilation i'm getting bunch of errors like this …
c++ boost compiler-errors ctimeHow can i count the millisecond a certain function (called repeatedly) takes ? I thought of: CTime::GetCurrentTM() before, CTime::GetCurrentTM() …
mfc ctime