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

Thread: [SOLVED] Recommended C++ IDE for Ubuntu

  1. #1
    Join Date
    Jul 2007
    Location
    Davao
    Beans
    291
    Distro
    Ubuntu Development Release

    [SOLVED] Recommended C++ IDE for Ubuntu

    Hi, all,

    I gave away my old PC to an underprivileged college student (quite a few of them here in the Philippines) and put Ubuntu 8.04 to go with it.

    The thing is: this kid's classes use some Microsoft C++ variant with IDE (whether Studio or Visual C++, I'm not sure.) Further questioning revealed that they really were just writing simple introductory programs with console output.

    I introduced him to a text editor and g++, but somehow I think he'll just end up even more bewildered.

    So my question is:

    Is there a simple yet decent C/C++ programming IDE that I can recommend? At the very least, the editor should have error highlighting, it should know where the libraries are, and it should be able to compile and show output in a window. Nothing as full-blown as Eclipse, and something that will run in a Gnome environment. The machine isn't very powerful and only has 512MB RAM.

    My programming skills are way rusty so I'd appreciate the recommendations.

    Thanks in advance.
    Dominique Gerald M. Cimafranca
    Ubuntu Living

  2. #2
    Join Date
    May 2007
    Location
    Sweden
    Beans
    84
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Recommended C++ IDE for Ubuntu

    I'd go with ether Geany or Code::Blocks. Personaly i prefer Code::Blocks.

  3. #3
    Join Date
    Feb 2008
    Beans
    785
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Recommended C++ IDE for Ubuntu

    Netbeans.

  4. #4
    Join Date
    Apr 2008
    Location
    /dev/null
    Beans
    116
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Recommended C++ IDE for Ubuntu

    You could either go with Geany (lightweight) or KDevelop (full of bloat/features).

  5. #5
    Join Date
    Oct 2007
    Beans
    1,914
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Recommended C++ IDE for Ubuntu

    Dear OP, now you've got a decent list of IDEs but AFAIK none of them solves the "libaries" problem very well. Never seen one that does (including a non-system library was always a mess for me).

  6. #6
    Join Date
    Jun 2005
    Location
    Greenville, SC
    Beans
    170
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Recommended C++ IDE for Ubuntu

    What is everyone's opinion of Eclipse? It's the only IDE I've worked with, as I am usually a text editor/terminal kind of guy, but I have liked what I've seen the little bit I've worked with it.

  7. #7
    WW is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Oct 2004
    Beans
    1,532

    Re: Recommended C++ IDE for Ubuntu

    There is already a FAQ and megathread about this somewhere. Check the links in the forum sticky.

    EDIT: Here: FAQ: IDE's and Editors in Linux/Ubuntu
    Last edited by WW; July 31st, 2008 at 05:19 PM.

  8. #8
    Join Date
    Mar 2007
    Beans
    462

    Re: Recommended C++ IDE for Ubuntu

    Quote Originally Posted by K2712 View Post
    What is everyone's opinion of Eclipse? It's the only IDE I've worked with, as I am usually a text editor/terminal kind of guy, but I have liked what I've seen the little bit I've worked with it.
    Eclipse + Java = awesome most productive programming experience ever. Eclipse + C++ = ok, but not as good.

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

    Re: Recommended C++ IDE for Ubuntu

    Quote Originally Posted by WW View Post
    There is already a FAQ and megathread about this somewhere. Check the links in the forum sticky.

    EDIT: Here: FAQ: IDE's and Editors in Linux/Ubuntu
    I was going to post that! Well, moving as promised in the links.

  10. #10
    Join Date
    Jul 2007
    Location
    Davao
    Beans
    291
    Distro
    Ubuntu Development Release

    Re: Recommended C++ IDE for Ubuntu

    Thanks, guys, I'll have a look at those tools. The superthread should be quite helpful.

    Much appreciated.
    Dominique Gerald M. Cimafranca
    Ubuntu Living

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
  •