错误 1 error C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.

解决办法:

属性》C/C++》预处理定义》编辑》添加_CRT_NONSTDC_NO_DEPRECATE》应用

posted @ 2019-01-08 21:20  xianyongchao  阅读(851)  评论(0)    收藏  举报