new, non deprecated version of strcpy exists?

NTray.cpp(412) : warning C4996: 'strcpy' was declared deprecated
Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'

What should I use instead thanks!


Answer this question

new, non deprecated version of strcpy exists?