适合C C ++的良好编译器 [英] Good compiler for C C++

查看:55
本文介绍了适合C C ++的良好编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello,
      Could you suggest a good compiler for c c++, recently i have tried cygwin and mingw 

Regards,

< br $> b $ b

我的尝试:





What I have tried:

have tried cygwim , mingw initially these worked fine but now mingw gives error 

gcc: error: CreateProcess: No such file or directory

推荐答案

你可以 继续使用 GCC (这是'darned'好 C ++ 编译器)并修复您遇到的问题(您可以在网上找到帮助,只需在Google上搜索错误消息)切换到 Microsoft 编译器(你可以使用 Visual Studio的社区版)。
You may either keep using GCC (that's a 'darned' good C++ compiler) and fix the problem you are experiencing (you may find help on the web just googling for the very error message) or switch to the Microsoft compiler (you could use the Community Edition of Visual Studio).


cygwin或mingw都不是C / C ++编译器,所以难怪你很困惑。如果您在Windows上,则获取Visual Studio的副本。如果你在Linux上,那么获取gcc的副本(如果尚未安装)。



我还建议先学习C / C ++,因为上面的错误不应该太难解决。
Neither cygwin or mingw are C/C++ compilers, so it is no wonder you are confused. If you are on Windows then get a copy of Visual Studio. If you are on Linux then get a copy of gcc if it is not already installed.

I would also suggest learning C/C++ first, since the above error should not be too difficult to resolve.


这篇关于适合C C ++的良好编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆