C/C++ free compiler software

Discussion in 'C++' started by j3sr, May 12, 2010.

  1. j3sr

    j3sr New Member

    Joined:
    Mar 8, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    :worried:Hi..........I would like to have a C/C++ compiler for practice.Please tell me which is better to install.Can anyone provide an .exe file for the same....!
     
  2. divinequran

    divinequran New Member

    Joined:
    Oct 9, 2008
    Messages:
    62
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Home Page:
    http://divinequran.com/
    you can use gcc compiler, if you use linux you can use it. make a google search and find a windows version for executing your c or c++ program
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    MinGW is a port of gcc to Windows. Alternatively you can get the Visual Studio compilers and the SDK for free from MSDN; you can't get Visual Studio itself as that's a premium product. Visual Studio Express might be a possibility.

    Get something up to date though, don't rely on old outdated crap like TurboC or DevCpp - unless you've got an outdated crap PC that won't run the modern stuff.
     
  4. shyam_oec

    shyam_oec New Member

    Joined:
    Nov 26, 2007
    Messages:
    89
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Developer, .NET Framework
    Location:
    Jamshedpur
    Is it possible to create C++ (on MinGW gcc compilers) applications without using any IDE i.e., through notepad? If it is then how to compile and run my cpp file?
    Thanks
     
  5. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice