Download presentation
Presentation is loading. Please wait.
Published byAmice Joseph Modified over 9 years ago
1
CSC 215 : Procedural Programming with C C Compilers
2
Microsoft Visual Studio GCC: The classic open source C compiler for Linux and many other operating systems (and Windows under Cygwin or Ming). Xcode. This is for Apple Macs and it is their version of GCC but purely for Apple's own Mac OS Operating System. There are many other C compilers.
3
GCC Compiler If you're on Linux, you can use gccgcc If you're on Mac OS X, you can use XCode.XCode ▫XCode is free - it comes on your install CDs. Install it. If you are on Windows, you can use Cygwin. ▫Cygwin is a large collection of GNU compiler collection (GCC) and Open Source tools which provide functionality similar to a Linux distribution on Windows.
4
GCC Command gcc invokes C compiler gcc translates C program into executable file ▫ $ gcc hello.c –o hello Default output file name a.exe, to run output file, ▫ $./hello
5
Download and Install Cygwin Compiler Download Setup Download the setup program "setup.exe" from www.cygwin.com. www.cygwin.com Follow the Steps in (1-How to Install Cygwin): https://www3.ntu.edu.sg/home/ehchua/programm ing/howto/Cygwin_HowTo.html https://www3.ntu.edu.sg/home/ehchua/programm ing/howto/Cygwin_HowTo.html Select the packages to install: gcc for c, make
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.