What Compiler do you use?

Mar 13, 2016 at 9:10pm
closed account (jyU4izwU)
-
Last edited on Mar 13, 2016 at 10:03pm
Mar 13, 2016 at 9:25pm
Code::Blocks is not a compiler.
Mar 13, 2016 at 9:30pm
Some IDE that come to my mind:

- CodeLite

- Pelles IDE

- CLion

- NetBeans

-Eclipse

Mar 13, 2016 at 9:31pm
Code::Blocks is an IDE not a compiler, but anyway, it's a good one at that. If you want a compiler, GCC is good. If you want an IDE, there are numerous ones out there. Some good IDEs are Eclipse, Netbeans, and I've heard CLion is good.
Last edited on Mar 13, 2016 at 9:37pm
Mar 13, 2016 at 9:35pm
For IDE:

QtCreator, KDevelop

Qt is a large GUI frame work

KDevelop is interesting - a mature application that lets one develop in over 60 different languages / scripting provided one has a compiler interpreter for the language/script. Other technologies such as sfml and/or Qt can be integrated into it.

Compilers:

clang++, gcc

clang probably the best.
Topic archived. No new replies allowed.