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

Thread: Best IDE for C++

  1. #1
    Join Date
    Jan 2010
    Beans
    16

    Talking Best IDE for C++

    Hi all,

    I am just getting into programming with C++, and have programmed in JAVA and FORTRAN before. What do you recommend is the most user friendly IDE for C++ on Ubuntu Karmic?


    I have already installed C++ and other things with this command line:
    sudo apt-get install build-essential

    Thanks for the help

  2. #2
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Best IDE for C++

    This might help - another thing on my To-Do list...
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  3. #3

    Re: Best IDE for C++

    Moved to Programming Talk.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  4. #4
    Join Date
    Jul 2007
    Location
    Austin, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Best IDE for C++

    Eclipse-cdt or Monodevelop are going to be #'s 1 and 2 for IDE's, but get ready for fanboi responses telling you to use vim and/or emacs.

  5. #5
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Best IDE for C++

    You might also take a look at Anjuta.

  6. #6
    Join Date
    Feb 2009
    Location
    Somewhere in Quebec
    Beans
    50
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Best IDE for C++

    I'd reccomend Code::Blocks. The IDE is in Ubuntu's repositories and you can install it by using this command:
    Code:
    sudo apt-get install codeblocks
    "Sometimes love isn't about how much someone suits you, but how much you're willing to change to suit them"
    99% of bugs in Linux are right between the keyboard and the chair you're currently sitting in!

  7. #7
    Join Date
    May 2009
    Beans
    113

    Re: Best IDE for C++

    If you are leaning toward lightweight - geany.
    If you like java induced pain but a full featured IDE - eclipse.
    If you are looking for an up and comer with some polish - qtcreator.

  8. #8
    Join Date
    Jan 2010
    Beans
    16

    Question Re: Best IDE for C++

    Thanks for all the suggestions team!

    I have decided to go with EclipseIDE. After some research, it seems that many people have trouble getting it too run well. Should I follow the advice of the Ubuntu community given in this link for Karmic:

    https://help.ubuntu.com/community/EclipseIDE

  9. #9
    Join Date
    Sep 2009
    Beans
    88

    Re: Best IDE for C++

    the only IDE you need is linux

  10. #10
    Join Date
    Feb 2009
    Beans
    103

    Re: Best IDE for C++

    Minimalism = Vim, and the build tools
    Similarity with VC++ = MonoDevelop
    Tons of clever features = GNU Emacs and the build tools
    Lots of support and popular = Eclipse
    Quite fast, and built for C++ = Code::Blocks

    When I say 'and the build tools', what I actually mean is that you will have to become familiar with cc, ld, and make. And maybe even gdb and as, if you really want to go for it

    IDEs really to make the process easier. When done manually, it consists of writing make files, and learning the tools to use within make.

    That being said, it's far more portable than depending on a certain IDE to do it for you.
    "The Map is Not the Territory" - Alfred Korzybski

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •