I'm getting the following message 'StrType3\StrType3.cpp(19,5): error C4996: '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.' And with 'strcat'. I have the following includes in the program <string> & <cstring>. I've entered this program from a book - 'C++ Primer Plus, 6th edition.'
Thank you.