Thread: Best free IDE for C++?

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    4

    Best free IDE for C++?

    I was wondering what would the best free IDE for C++ programming would be? I'm thinking Dev C++, but can I still do directX programming on it? any downfalls to this program? Any other recommendations? Thanks!

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    any downfalls to this program?
    Yeah, it's tough to get it to work the way you want. My recent attempts were frustrating, and I abandoned it.

  3. #3
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Emacs with a makefile
    There are 10 types of people in this world, those who cringed when reading the beginning of this sentence and those who salivated to how superior they are for understanding something as simple as binary.

  4. #4
    Registered User
    Join Date
    Mar 2006
    Posts
    4
    I'm fond of xcode, nice coding GUI, comes free on mac osX along with gcc, gdb, gmake, ddd, etc. Though I think you'd have little trouble with the directX libraries ;-}

    Only using Dev C++ for a few days now, for a Windows project. Not as powerful as M'soft Vcc (think they call it .NET developer or something like now), but Dev C++ is way less annoying. Not sure why 7stud abandoned it, seems pretty capable and sturdy.

  5. #5
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Quote Originally Posted by Rashakil Fol
    Emacs with a makefile
    Crimson Editor and a makefile for me. I must admit I've never gotten use to an IDE. But if I had a choice, the Visual Studio IDE is my favorite.

    You could try Visual C++ 2005 .NET.

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Visual C++ 2005 Express Edition.

    Download it while it lasts.

  7. #7
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Quote Originally Posted by Rashakil Fol
    Emacs with a makefile
    sacrilege!

    VIM forever.

  8. #8
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Quote Originally Posted by 124
    I was wondering what would the best free IDE for C++ programming would be? I'm thinking Dev C++, but can I still do directX programming on it? any downfalls to this program? Any other recommendations? Thanks!
    The Ultimate IDE:

    LINUX
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  9. #9
    Registered User
    Join Date
    Nov 2005
    Posts
    85
    i use quincy 2005 cos its simple and it gets the job done. I like freesing f9 to compile. It's better than command lining.

  10. #10
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    The Ultimate IDE:

    LINUX
    Really great for DirectX programming...
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  11. #11
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    Code::Blocks with Microsofts 2005 compiler

  12. #12
    Registered User
    Join Date
    Mar 2006
    Posts
    4
    So can these compilers compile and create executables from multiple source code files (all from the same project.)? I think I'll try some free microsoft Visual C++ compiler. Sorry, but I'm kind of new to this programming thing.

  13. #13
    Registered User
    Join Date
    Mar 2006
    Posts
    4
    I downloaded Microsoft Visual C++ Toolkit 2003. From the looks of it, it's a command prompt compiler. Any good tutorials for this? Thanks!

  14. #14
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by 124
    I downloaded Microsoft Visual C++ Toolkit 2003. From the looks of it, it's a command prompt compiler. Any good tutorials for this? Thanks!
    why not just get the free Visual C++ 2005 IDE?

    The compiler is one of the best out there and I've yet to see anything come close to the debugger.
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  15. #15
    Registered User
    Join Date
    Oct 2005
    Posts
    88
    Check out Eclipse. It is cross-platform, OSS and has plugins for loads of different languages. It seems pretty good.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free() doesn't seem to work...
    By AlienJedi in forum C Programming
    Replies: 10
    Last Post: 01-29-2008, 05:27 PM
  2. Free Store of memory
    By George2 in forum C++ Programming
    Replies: 6
    Last Post: 11-12-2007, 02:27 PM
  3. If my DLL return an array, where do I free it?
    By franziss in forum C++ Programming
    Replies: 8
    Last Post: 10-03-2006, 06:53 AM
  4. Another free IDE for windows
    By SilentStrike in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 05-24-2002, 10:31 AM