September 12th, 2010 08:08 AM
#1
Date and Time manipulation in C++
I can't use Date and Time from MFC or boost due to restrictions of what I can run on gcc compiler on linux machines of my school.
Is there any inbuilt function in standard C++ for date and time manipulation?
September 12th, 2010 08:20 AM
#2
Re: Date and Time manipulation in C++
September 12th, 2010 08:31 AM
#3
Re: Date and Time manipulation in C++
And of course, you can look at Time Management functions in MSDN (or in Visual Studio help) .
To see which ones are portable, check for ANSI compatibility in the documentation.
September 12th, 2010 09:49 AM
#4
Re: Date and Time manipulation in C++
One portable option is Boost.Date_Time .
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks