Results 1 to 4 of 4

Thread: Good C++ tools

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    United States
    Beans
    10
    Distro
    Ubuntu 8.04 Hardy Heron

    Good C++ tools

    Hello, I'm new to Ubuntu and am looking for some good tools to program in C++. An IDE would be alright or if there are any good compilers, that would be excellent as well. In the case that I do just get a compiler, are there any good linkers? I'll probably use Vim for text editing if it's compatible with the compiler/linker.

    Thanks,
    Chicken Dinner

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Good C++ tools

    Quote Originally Posted by Chicken Dinner View Post
    Hello, I'm new to Ubuntu and am looking for some good tools to program in C++. An IDE would be alright or if there are any good compilers, that would be excellent as well. In the case that I do just get a compiler, are there any good linkers? I'll probably use Vim for text editing if it's compatible with the compiler/linker.

    Thanks,
    Chicken Dinner
    See the sticky.

    The question doesn't really make sense.

    You can use any editor to code with. See the sticky for IDE's and editors. The most common compiler for C++ is part of gcc. The sticky also addresses this.

  3. #3
    Join Date
    Oct 2007
    Location
    Minneapolis, MN, USA
    Beans
    461

    Re: Good C++ tools

    I use the IDE Geany for programming with Python. It has a compile fuction, and I believe it supports C++. It is a very nice IDE in my opinion.

  4. #4
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Good C++ tools

    Quote Originally Posted by sekinto View Post
    I use the IDE Geany for programming with Python. It has a compile fuction, and I believe it supports C++. It is a very nice IDE in my opinion.
    Geany can't compile. The compiler does that.

    The sticky has links that answer all the editor/ide questions. We don't need thousands of threads of everyone recommending the one they use.

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
  •