views:

1080

answers:

1

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)

+2  A: 

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.

Paul
Edit helped. Was hoping there was a workaround and not having to download a win32 specific implementation, but that worked.
mikelikespie