What's the best way to convert a date string, formatted as "MM-DD-YY HH:MM:SS", to a time_t value in either C or C++?
|
|
|
||
|
|
|
|
Use |
||||
|
|
|
Boost's date time library should help; in particular you might want to look at http://www.boost.org/doc/libs/1_37_0/doc/html/date_time/date_time_io.html |
||
|
|
|
|
In the absence of |
||
|
|
|
I'm afraid there isn't any in Standard C / C++ . There is the POSIX function If you are aiming for cross platform compatibility, better use |
|||
|
|
