cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
date comparison
date comparison
Sep 16, 2009 at 1:34pm UTC
privs
(5)
I am using c++ 2006 by borland delphi
I have two dates that i want compared , basically i want to find out how may minutes between them
I am a novice when it comes to C++ and i found this on the help, how do i use this in my code:
iLeftVal = __int64 MinutesBetween(TimeToStr(Now()) ,TimeToStr(Now()));
Sep 16, 2009 at 3:27pm UTC
R0mai
(730)
look into boost's date time library
http://www.boost.org/doc/libs/1_40_0/doc/html/date_time.html
Topic archived. No new replies allowed.