I wrote this really nice app that works just fine in Linux.
It uses strptime(). Windows doesn't have this.
Is there a Windows alternative for this?
My coworker needs to use this app.
(I tried googling it already to no avail)
I wrote this really nice app that works just fine in Linux.
It uses strptime(). Windows doesn't have this.
Is there a Windows alternative for this?
My coworker needs to use this app.
(I tried googling it already to no avail)
You need better google-fu :)
Google Codesearch finds many implementations. It shouldn't be too difficult to port to Windows?
Edit: this one has a WIN32 implementation.