Thread: Best free IDE for C++?

  1. #31
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Quote Originally Posted by loopshot
    yea gcc is like the most global thing in the world ever, but if you are trying to make anything big, you will kill your self becouse gcc is just plain stupid.
    Oookaaaayyyy....

    Quote Originally Posted by loopshot
    Emacs, another headach you just dont need, i hate emacs with every fiber of my being and i will not stop untill i have sucsessfully destroyed every instance of it, and any one who defends it, so that the world can move on and our brains can finnaly relax.
    What do you mean, so our brains can finally relax? What about Emacs doesn't let the brain relax?

    Quote Originally Posted by loopshot
    i never said anything bad about Dev C++ but gcc is not the same thing, it is a black screen where you cant backspace or do anything,
    GCC is a compiler, not a screen, by the way. Just so you know.
    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.

  2. #32
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    As much as you guys attempt to live in your own reality, the true reality is that MS is and will be king for a long time. Do yourself a favor and use their tools, especially when they make them available for free.

  3. #33
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Quote Originally Posted by nvoigt
    Really great for DirectX programming...

    hmm, I guess you don't look into the linux programming forum here then.

    with the headers for directx, you can program in linux using directx, you just have to test on windows.

    du-oh, linux does allow for cross platform compiling even, as long as you have the sources for the libs needed.

    I could build an app on linux to run on windows, if the sources were not coded to be linux only.

    so yup, linux is the ultimate ide, and can be used for directx programming.
    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.

  4. #34
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Quote Originally Posted by Rv5
    is devc++ still in the works? it looks like there lastest release, which is a beta at that, is now over a year old?
    it's an open source project originating in the linux world. Those are in an eternal beta state (once they get out of alpha state after 100 release candidates of beta 1 after a decade or so).

  5. #35
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Quote Originally Posted by InvariantLoop
    would i have to uninstall MV C++ 6 if i want to install that?
    no, but why wouldn't you want to get rid of that dinosaur?

  6. #36
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Quote Originally Posted by Bubba
    As much as you guys attempt to live in your own reality, the true reality is that MS is and will be king for a long time. Do yourself a favor and use their tools, especially when they make them available for free.
    and especially if you ever want to make a living creating desktop software as a professional.
    For Unix based background stuff you will get by with gcc (but NOT DevC, learn VI instead), for professional C++ based client development MSVC is where the money is (in fact I've never seen a single professional organisation use DevC, it's purely a hobby tool).
    Borland and Intel have a following as well, but aren't available free of charge (Borland is, but only a 6 year old commandline compiler).

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