I'm looking for variable type (in standard C++ libraries) that could easily substitute TDateTime. What I need is hour, minutes, seconds and miliseconds.

Thanks for the attention

link|improve this question

@Mark - Thanks for the comment and removed the answer. The duplicate is more specific though than my link – Mahesh May 24 '11 at 20:44
It would be helpful if you could describe TDateTime or provide a pointer to its documentation. – Robᵩ May 24 '11 at 20:44
Hello Rob, documentation is here yevol.com/bcb/Lesson33.htm – PLS May 24 '11 at 21:01
feedback

1 Answer

up vote 3 down vote accepted

I think Boost almost qualifies as a standard C++ library these days, so I would recommend boost::date_time

I've used this with BCB2010, if that's any help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.