Fork me on GitHub

error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead.

右键点击项目名,找到属性,找到c/c++,打开预处理,在预处理定义中加入:_CRT_SECURE_NO_WARNINGS

posted @ 2019-12-31 18:28  西西嘛呦  阅读(446)  评论(0)    收藏  举报