Get up to 80 % extra points for free! More info:

Lesson 15 - Compilation in C and C++

Every program written in C (or C++) must be compiled before running. The basic process of compilation for the C language doesn't differ at all from the compilation for the C++ language, so I'll continue to talk about the C language, but all the information is general and also applies to C++. Because C isn't an interpreted language (such as Java or C#), the program must be compiled directly into binary code that the processor can decode and run directly before running. We'll show you the individual stages of compilation and how you can work with them.

For today's part, we won't work in any IDE, but directly with the command line. The procedure will generally be given for Linux, but can also be run on Windows using Cygwin, which was installed at the beginning of the C series on C programming. Simply find the Cygwin application and run it. The default directory is usually C:/cygwin/home/Ac­countName/ or another location based on where you installed Cygwin. Here we'll insert all the files we'll work with.

author's note: While testing I encountered problems in Cygwin. The solution was to install gcc-g ++: GNU Compiller Collection (C++) into cygwin.

Preproccessor

First we'll create a file to work with


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $12.60
Current account balance $0
By buying this package, you'll have access to all 17 articles (17 lessons) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • Unlimited and permanent access to individual lessons.
  • High quality IT knowledge.
  • Skills to help you get your dream and well-paid job.

Article description

Requested article covers this content:

We will take a closer look at the step-by-step compilation process - preprocessing and compilation of source code.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by Richard Bleier
Avatar
Activities