Where to find a C/C++ compiler

Last update on September 30, 2008 08:35 PM by jad05
Published by jad05

Where to find a C/C++ compiler





On Linux the gcc compiler is already available.

To use it type in:

gcc –o executable source(s)

For Windows it’s quite different: click on the link below to find a list of free C/C++ compilers for Windows.

http://www.thefreecountry.com/compilers/cpp.shtml
Best answers for « Where to find a C/C++ compiler » in :
Compiling C under linux/UNIX Show Compiling C under linux/UNIX Introduction Gcc Syntax GCC Introduction Under linux, the C compiler is gcc. It is set as default under several distributions but not on Debian. You should install aptitude install gcc Gcc Gcc is the...
The pictures taken from Skype can't be found ShowThe pictures taken from Skype can't be found Issue Solution Where are stored the pictures taken with Skype? Issue If you take a picture of one of your contacts during a video conversation on Skype and you can't find them....
[C Language] finding the square root of a number Show[C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number. #include #include int main(void) { double x = 4.0, result;...
Firefox - Finding the profile folder ShowFirefox - Finding the profile folder Windows 9x/Me : C:\Windows\Application Data\Mozilla\Firefox\Profiles\< Profile Name >\ or C:\Windows\Profiles\\Application Data\Mozilla\Firefox\Profiles\< Profile Name...