What is a Good IDE for C development (on Linux) ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dissectcode2
    New Member
    • Apr 2009
    • 32

    What is a Good IDE for C development (on Linux) ?

    Hi - I am on a Linux machine programming in C and I am currently using Emacs. I am comfortable with it, and I like the shortcuts but I am also like using IDEs like I do for Java development (Eclipse and NetBeans). What is a good FREE IDE for C programming ? thanks!!!
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    Only Name I know is QT.

    Its also provide development environment for Window application. Suitable for both windows and Linux.......... ..

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      QT is ok but it is rather more than an IDE somewhat of a platform.

      You could also try

      Code:Blocks - light weight
      Eclipse - heavy weight

      Both of which are also available for Windows if you ever switch.

      Comment

      Working...