C/C++ free compiler software

Newbie Member
12May2010,11:22   #1
j3sr's Avatar
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....!
Contributor
12May2010,18:42   #2
divinequran's Avatar
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
Mentor
13May2010,21:24   #3
xpi0t0s's Avatar
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.
Contributor
20May2010,14:46   #4
shyam_oec's Avatar
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