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