Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: I need a solid C++ IDE

  1. #1
    Join Date
    Sep 2009
    Beans
    67
    Distro
    Ubuntu 12.10 Quantal Quetzal

    I need a solid C++ IDE

    I need a solid IDE for doing some C++ work in. I know that I can write and compile from the command prompt but I am going to be working with a lot of classes and don't want to fool with a basic editor. According to my reading it seems that Eclipse is the most popular, however I have my concerns seeing as how it is really intended for Java and simply accomodated for C++.

    I haven't done any C++ in a while and the last time I did it was on the Microsoft IDE which sucks. Any advice would be greatly appreciated.

    Thanks and Peace!

  2. #2
    Join Date
    Apr 2012
    Location
    Darkstar
    Beans
    324

    Re: I need a solid C++ IDE

    i use bluefish, you can download it from ubuntu software center.
    CrunchBang Linux
    Plz no tpe lik dis or no anser!!
    The search tool can be found in the upper right corner of your screen, please use it to your advantage, especially before asking questions.

  3. #3
    Join Date
    Sep 2009
    Beans
    67
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: I need a solid C++ IDE

    Thank you for the suggestion. I think I will try this one out.

  4. #4
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: I need a solid C++ IDE

    Netbeans, Code::Blocks, CodeLite.

    These are just a few.
    Windows, only good for gaming.

  5. #5
    Join Date
    Jun 2010
    Location
    the back woods
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I need a solid C++ IDE

    Some of the professional I work with strongly prefer Eclipse CDT for C++. Others I have talked to think Code::Blocks is satisfactory. Qt Creator is also really slick and fully functional. All of these are avilable in Ubuntu archives.

  6. #6
    Join Date
    Jan 2010
    Beans
    62

    Re: I need a solid C++ IDE

    There's definitely plenty out there, I never could get Eclipse to work properly, but I really recommend what others have mentioned: Code::Blocks. It's really rock solid, and if you're familiar with Visual C++, the UI is pretty similar.

  7. #7
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: I need a solid C++ IDE

    Netbeans' C++ support is pretty good as well; you'll just have to try them all out. Because both Eclipse and Netbeans were originally written for Java, mind you, is not a reason to assume they're worse for C++... they are general IDEs and particular language support can be just as good as that for Java.
    LambdaGrok. | #ubuntu-programming on FreeNode

  8. #8
    Join Date
    Mar 2012
    Beans
    6

    Re: I need a solid C++ IDE

    For c++ codeblocks is real good.check it in ubuntu software center.

  9. #9
    Join Date
    Apr 2012
    Location
    广州
    Beans
    231
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: I need a solid C++ IDE

    Yeah, I use Code Blocks too. I think it is very similar to the visual c++ series and there is a bunch plugins to use. However, one of the defect part is function list feature, I don't see it is always work when I type

    function_name (

    And it will sometimes crash when I drag the text...

  10. #10
    Join Date
    Jan 2011
    Location
    Boonesville Kentucky
    Beans
    41
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: I need a solid C++ IDE

    I would suggest using the cvim.vim plugin. It has a lot of juicy hotkeys.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •