我是靠谱客的博主 悲凉月光,这篇文章主要介绍解决 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int,现在分享给大家,希望可以做个参考。

在VS2010中控制台程序编写C++时出现错误:

 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

解决办法:

properties -> configuration properties -> C/C++ -> commandline
在additional options 添加 /wd4430


但是不明白



最后

以上就是悲凉月光最近收集整理的关于解决 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int的全部内容,更多相关解决内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(123)

评论列表共有 0 条评论

立即
投稿
返回
顶部