compiler

Jun 25, 2009 at 6:50pm
Where can I find a c++ compiler compatible with Linux?
Jun 25, 2009 at 7:40pm
gcc / g++

Jun 25, 2009 at 8:28pm
+1 to gcc/++
Jul 18, 2009 at 11:57pm
Hi firedraco,

I have just installed Intel C++. It was a drag getting it to install, but if you know the procedure, it works. I am now compiling C++ with Intel's compiler. Works great, and for $600, you know that they are not going to go out of business, and the compiler will be fast!

Good luck.
Jul 19, 2009 at 3:22am
Intel's compiler is great if you plan to do some x86 CPU optimizations.

Otherwise, the GCC is sufficient.
Topic archived. No new replies allowed.