Source Code

Get familiar with the nature of the source code and compilers used throughout the course.

We'll cover the following...

The source code examples–starting with the details part–shown in the course are complete. That means, assuming you have a conforming compiler, you can compile and run them. I put the name of the source file in the title of each source code example. The source code uses four whitespaces for indentation. Only for layout reasons, I ...