infuerno.github.io

Stroustrup 4th Ed 2 A Tour Of C++

A Tour of C++: The Basics

The Basics

C++ is a compiled language. Source files are processed by a compiler, producing object files. These are combined by a linker to produce an executable.

C++ is a statically typed language.