Difference between revisions of "Installing a C Compiler and IDE"

From Mech
Jump to navigationJump to search
(New page: = Introduction = = Setting up a compiler = = Setting up the IDE = = Test Programs = = Conclusions =)
 
Line 1: Line 1:
= Introduction =
= Introduction =
One of the purposes of this course is to learn the basics of the C programming
language. Towards that goal, we will begin the course by writing some simple C
programs that are built to run on a computer alone, and not any sort of
microprocessor. This section will guide you through setting up a C-language
compiler and an integrated development environment or IDE.

Note that if you already have a compiler and/ or IDE that you are comfortable
and experienced with you may skip this section.


= Setting up a compiler =
= Setting up a compiler =

Revision as of 15:55, 15 December 2011

Introduction

One of the purposes of this course is to learn the basics of the C programming language. Towards that goal, we will begin the course by writing some simple C programs that are built to run on a computer alone, and not any sort of microprocessor. This section will guide you through setting up a C-language compiler and an integrated development environment or IDE.

Note that if you already have a compiler and/ or IDE that you are comfortable and experienced with you may skip this section.

Setting up a compiler

Setting up the IDE

Test Programs

Conclusions