c++错误
1.C4996 ‘std::copy::_Unchecked_iterators::_Deprecate’: Call to ‘std::copy’ with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ ‘Checked Iterators’
解决方法:在工程属性—>C/C++—>命令行—>其他选项 中添加:
-D_SCL_SECURE_NO_WARNINGS
最后
以上就是轻松墨镜最近收集整理的关于c++编译错误集锦的全部内容,更多相关c++编译错误集锦内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
D:\vs\test\Debug\test.exe : fatal error LNK1169:" class="embed-responsive-item">
发表评论 取消回复