Thread: Free Visual C++ IDE

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    92

    Free Visual C++ IDE

    Hello

    I want to learn visual C++ to make .exe programs for windows. What are some free visual C++ IDE that are avaliable that I can download off the internet?

  2. #2
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Thank you for no one jumping in with "Dev-C++" a great program like 10 years ago... Codeblocks isn't half-bad from what I hear. Though I have never tried it before either.

  4. #4
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Dev-C++
    Woop?

  5. #5
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    prog-bman, I just said---hey wait a minute.... I think someone is having fun at my expense

  6. #6
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    It has been known to happen from time to time.

    On a side note. I would also recommend Visual C++ Express.
    Woop?

  7. #7
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    I used to use Dev-C++, back when VS express wasnt around. Code::Blocks isnt half bad either. Theres also the new Turbo C++ from Borland (not the old DOS one). What I need at this point is an IDE that supports 64 bit assembly with projects to compile LIB files.

  8. #8
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Well he did say "Visual C++", so I gave him the link to "Visual C++"
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  9. #9
    Registered User
    Join Date
    Jul 2008
    Posts
    67
    If you are a beginner in using IDE's then I recommend Code::Blocks with MinGW.
    Visual Studio is a great IDE, but too giant for a beginner. And it's Microsoft specific.

    I never had problems to compile something in Code::Blocks. Also it is very good customizable and works with several compilers. And it is even runs from your USB-Stick. I never wanna miss this Tool.

    http://www.codeblocks.org/features
    http://www.codeblocks.org/downloads
    http://wiki.codeblocks.org/index.php?title=Main_Page
    http://forums.codeblocks.org/


    Greetz
    Greenhorn
    Last edited by Greenhorn__; 11-07-2008 at 07:04 PM.

  10. #10
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Greenhorn__ View Post
    Visual Studio is a great IDE, but too giant for a beginner.
    But it's still easy to use and that is all that matters.
    And having IDE + compiler + debugger all in one package can't be beaten by anything else.
    All in all, VS is the best and most complete IDE out there (IMHO). No wonder companies use it over alternatives...

    And it's Microsoft specific.
    That is irrelevant. It is done by Microsoft, yes, but it isn't limited to Microsoft. It is an IDE and compiler like any other. It conforms to the standard.

    I never had problems to compile something in Code::Blocks. Also it is very good customizable and works with several compilers.
    I never had any problems compiling from Visual Studio.
    And the customization in Visual Studio always worked for me.
    And I never had to look elsewhere for a debugger. Imagine that.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. Best free IDE for C++?
    By 124 in forum C++ Programming
    Replies: 35
    Last Post: 03-07-2006, 01:50 AM
  3. question about .net to 6.0 change causing errors
    By jverkoey in forum C++ Programming
    Replies: 17
    Last Post: 03-23-2004, 10:45 AM
  4. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM
  5. Free Linux C++ IDE
    By BlakHauk in forum Linux Programming
    Replies: 7
    Last Post: 02-24-2003, 01:28 AM