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

From Mech
Jump to navigationJump to search
Line 7: Line 7:


Note that if you already have a compiler and/ or IDE that you are comfortable
Note that if you already have a compiler and/ or IDE that you are comfortable
and experienced with you may skip this section.
and experienced with this page may be of little use to you.


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

Revision as of 15:56, 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 this page may be of little use to you.

Setting up a compiler

Setting up the IDE

Test Programs

Conclusions