如何制作 g++计算编译错误
我习惯使用 VC++,并且喜欢编译程序时的功能,它会告诉您有多少警告和错误,因此您一眼就能看出是否做出了积极的更改。
我现在在 Linux 中工作,所以必须使用 g++,并且厌倦了大量的错误,我必须滚动浏览并猜测有多少错误。
有没有办法让 g++ 像 VC++ 那样计算错误和警告?
I am use to using VC++ and like the feature when you compile the program it tells you how many warnings and errors there are so at a quick glance you can tell if you made a positive change.
I am now working in Linux so have to use g++
and am getting tired of having a massive stream of errors that I have to scroll through and guess at how many there are.
is there a way I can make g++
count the errors and warnings like VC++ does ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)