Installing a C Compiler and IDE
From Mech
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.