1

I'm trying to compile on Microsoft visual studio 2013 on C++ a program written for linux ( is a mix of C and C++ (#include .h) and I'm going to convert all in C++ to not be more confused !)

the statement:

gmtime_r((time_t*)&title->start_time, &start_time);

return errors: Error 11 error C3861: 'gmtime_r': identifier not found IntelliSense: identifier "gmtime_r" is undefined

please help

writetome
  • 13
  • 3
  • possible duplicate of [difference between gmtime\_r and gmtime\_s](http://stackoverflow.com/questions/19051762/difference-between-gmtime-r-and-gmtime-s) – Jonathan Potter Jun 29 '15 at 19:18
  • You may find this SO thread useful: [What is the Windows equivalent of the Unix function gmtime_r?](http://stackoverflow.com/q/12044519/1629821) – Mr.C64 Jun 29 '15 at 19:27

0 Answers0