任何人都可以建议我在哪里下载GNU c ++编译器,我可以在Ubuntu中使用,也可以在Windows上使用Netbeans IDE,以及GNU工具.
在Debian/Ubuntu上获得所需的一切非常简单:
sudo apt-get install build-essential
那么使用GCC呢?
引用它的主页:
GNU Compiler Collection包括C,C++,Objective-C,Fortran,Java和Ada的前端,以及这些语言的库(libstdc ++,libgcj,...).
它肯定会在Ubuntu上工作; 它甚至通过包系统提供(抱歉,我的系统是法语):
$ apt-cache show g++ Package: g++ ... Description-fr: Compilateur C++ du projet GNU Le compilateur C++ du projet GNU. Un compilateur C++ relativement portable et capable de bonnes optimisations.
(转换为描述:GNU C++编译器.这是GNU C++编译器,一个相当便携的C++优化编译器.英文)
有关Windows支持的信息,您可以查看:http://gcc.gnu.org/install/specific.html#windows
像MinGW或Cygwin这样的东西可能会做:-)
引用MinGW的主页:
MinGW是"Minimalist GNU for Windows"的缩写,是GNU编译器集合(GCC)和GNU Binutils的一个端口,用于开发本机Microsoft Windows应用程序.
对于netbeans,我不能说:我不使用它 - 不是用于C++,至少......
对于Windows,你会想要cygwin.