

Additionally the compiler that we will use This is a widely used cross-platform compiler toolsuite that has libraries and compilersįor C, C++, Fortran, Java, and more. The compiler that we recommend is the GNU Compiler collection or GCC. Programming language must be "compiled" before it can be run on the computer.Ī compiler's job is to take the code that a person writes in the C-language andĬonvert it to a "binary file" in machine language that the computer understands. Unlike some languages that you may be familiar with (MATLAB for one) the C

If you already have a C compiler you are comfortable with, you can ignore this page. This section will guide you through setting up a C languageĬompiler and an integrated development environment or IDE. Programs that are built to run on a computer alone, and not any sort of Towards that goal, we will begin the course by writing some simple C One of the purposes of this course is to learn the basics of the C programming
