error C4996: 'itoa': The POSIX name for this item is deprecated

错误提示: error C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details. 原因: 新版本的vs对旧有的函数itoa进行了安全检查,所以使用新版本的vs会提示错误,而旧版本的没问
相关文章
相关标签/搜索