Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: I'm a starter in C++ and i need a IDE.

  1. #1
    Join Date
    Jan 2010
    Beans
    3

    I'm a starter in C++ and i need a IDE.

    I know that there are many tread's about this, but i need a easy to use IDE with less problem's for simple programming. An there are to many of them:



    I had many compiling problems with DevCpp so that one wont work.

  2. #2
    Join Date
    May 2007
    Location
    Santiago, Chile
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: I'm a starter in C++ and i need a IDE.

    geany is nice and simple.

  3. #3
    Join Date
    Feb 2010
    Location
    Keeping The Peace
    Beans
    296
    Distro
    Ubuntu Development Release

    Re: I'm a starter in C++ and i need a IDE.

    I hear MonoDevelop is a pretty good C++ IDE.

  4. #4
    Join Date
    Jun 2007
    Beans
    1,279
    Distro
    Ubuntu Development Release

    Re: I'm a starter in C++ and i need a IDE.

    If you're a starter I'd recommend not using an IDE at all, at least until you get the hang of it.
    An IDE usually makes life easier for you, this is not what you want when learning a language.

    So I would use a simple clean text editor.

  5. #5
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: I'm a starter in C++ and i need a IDE.

    I agree with whoop that you shouldn't use an IDE or debugger until after you learn to write programs using a text editor and compile them on the command line.

    edit: after that, I'd recommend Code::Blocks. I like Monodevelop, but I think it's better suited for C#. I also like geany, but it's more of a lightweight IDE/powerful text editor.
    Last edited by Simon17; March 31st, 2010 at 11:04 PM.
    8-inch floppy disks must've been huge!

  6. #6
    Join Date
    Feb 2008
    Beans
    21
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: I'm a starter in C++ and i need a IDE.

    When I first moved into Linux, I typically just used gedit with the gcc compiler because I've been to lazy to learn emacs. But now I've started using Eclipse. I started with Eclipse when I started learning Java and upon finding all the different plugins for it I use it for just about any type of programming I need to do. I haven't used it for C++ much yet but for everything else I've tried it has worked wonderfully.

  7. #7
    nmaster is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Jun 2009
    Beans
    718

    Re: I'm a starter in C++ and i need a IDE.

    Quote Originally Posted by mindsz View Post
    geany is nice and simple.
    +1

  8. #8

    Re: I'm a starter in C++ and i need a IDE.

    Quote Originally Posted by whoop View Post
    If you're a starter I'd recommend not using an IDE at all, at least until you get the hang of it.
    An IDE usually makes life easier for you, this is not what you want when learning a language.

    So I would use a simple clean text editor.
    +1

    IDE's hide a lot of the underlying details, which you need to know if something breaks. You would be better off learning how to compile from the command line, learn a build system like Cmake or autotools and learning how to use a version control system.

    If you spend the time to learn a decent editor like Vim or Emacs, you will never want to touch an IDE again.
    im dyslexic, please don't comment on my spelling
    blender 3d artist, visit my portfolio
    Quad-Ren, Open source, resolution independent 2D graphics engine
    Screen space is a precious resource, don't waste it

  9. #9
    nmaster is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Jun 2009
    Beans
    718

    Re: I'm a starter in C++ and i need a IDE.

    Quote Originally Posted by whoop View Post
    If you're a starter I'd recommend not using an IDE at all, at least until you get the hang of it.
    An IDE usually makes life easier for you, this is not what you want when learning a language.

    So I would use a simple clean text editor.
    this is true. but if you already understand the basics of coding and using a command line then don't feel bad about using an ide. its much better for large projects.

  10. #10
    Join Date
    Feb 2007
    Location
    Tuxland
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I'm a starter in C++ and i need a IDE.

    I'm going to third or forth geany.

    It's a good general purpose text editor with IDE-like powers, but not enough to get in your way (eg: impose a certain kind of build system). It's ideal for small projects.
    Proud GNU/Linux zealot and lover of penguins
    "Value your freedom or you will lose it, teaches history." --Richard Stallman

Page 1 of 3 123 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
  •