错误 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》应用
坚持成就伟大
解决办法:
属性》C/C++》预处理定义》编辑》添加_CRT_NONSTDC_NO_DEPRECATE》应用