best IDE for Linux.

Sep 18, 2013 at 2:38am
closed account (36k1hbRD)
I'm using code::blocks. Should I use netbeans or anything else
Sep 18, 2013 at 3:25am
closed account (Dy7SLyTq)
i use code::blocks when im on windows. on linux i use text edit, g++, and nemiver c/c++ debugger. thats just because most ides dont like my style and honestly i really enjoy using it. it allows for just enough preference changing that i can do what i want without it getting in the way. however, depending on your style and preferences, i would find an ide to match it
Sep 18, 2013 at 4:09am
closed account (36k1hbRD)
probably going to stick to code::blocks. eclipse and netbeans are meant for java.
Sep 18, 2013 at 4:10am
What about XCode?
Sep 18, 2013 at 4:13am
closed account (36k1hbRD)
you cant use it on Linux or Windiws
Sep 18, 2013 at 6:36am
closed account (S6k9GNh0)
jdogsiis, actually, they're we meant to be an IDE framework. They were made with Java but that doesn't mean they were made to only develop Java.

Eclipse supposedly has one of the best GDB frontends around.
Last edited on Sep 18, 2013 at 6:36am
Sep 18, 2013 at 7:58am
closed account (36k1hbRD)
i know but they can be used with c++ but it was first designed for java. code::blocks is only c++ and is more organized and simple but has plenty of features
Sep 18, 2013 at 9:37am
There is also QtCreator and KDevelop - both of which are good IMO. If you are happy with code::blocks then stick with that.

Qt is really good, there are all kinds of technology in there - you can cross compile to make apps for other OS, with one set of code. Plus untold other really good stuff.

KDevelop (under Linux) is a mature IDE, which can compile lots of different languages (obviously once you a compiler for that language installed) Not only Functional & OO languages, but other paradigms as well like Haskell for example.
Last edited on Sep 18, 2013 at 9:42am
Topic archived. No new replies allowed.