嚴重性 代碼 說明 項目 文件 行 禁止顯示狀態
錯誤 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. 4.20 d:\ptrstr.cpp 24
2, 或者把: #define _CRT_SECURE_NO_WARNINGS 放到源文件的最上面。
生新編譯,生成新的可執行文件既可。