When I run my code, I keep getting this error. How could I fix?? I would really appreciate it.
Error 1 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. c:\users\documents\visual studio 2013\projects\consoleapplication22\consoleapplication22\source.cpp 59 1 ConsoleApplication22