Ho notato che quando uso diverse funzioni quali ctime o localtime, il compilatore mi segnala con un warning:
'ctime' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'

Per sapere, cosa c'è di poco sicuro nell'usare ctime al posto di ctime_s?
Grazie ^^