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
|
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
| |||||||||
feedback
|
|
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. | |||
|
feedback
|