visual c++ - Conversion of string to time_t -


is there way convert string value time_t format?

thanks in advance.

one approach parse string various components , use them fill tm structure. once have structure filled data can use c function mktime convert structure time_t type.

there might more ideal ways in visual c++, in normal c/c++ way i'd untill i'd find better algorithm.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -