I\'m using Visual Studio c++ Compiler ( 2010 ), but the library has different implementation of ANSI C and POSIX libraries function.
What is the difference betw
I use the following macro on Windows:
#define timegm _mkgmtime
as _mkgmtime does the same.