C++ 'strcpy' gives a Warning (C4996)

I am getting this warning but all functions working properly .

what does this really means?

'strcpy': This function or variable may be unsafe. 
Consider using strcpy_s instead. To disable deprecation, 
use _CRT_SECURE_NO_WARNINGS. See online help for details.
15
задан Cole Johnson 10 February 2013 в 05:06
поделиться