Making and Using STL Objects

Read Chapter 2 for an introduction to basic STL classes and their application.

The process of language translation

All computer languages are translated from something that tends to be easy for a human to understand (source code) into something that is executed on a computer (machine instructions). Traditionally, translators fall into two classes: interpreters and compilers.


Source: Bruce Eckel | Thinking in C++, https://archive.org/details/TICPP2ndEdVolOne
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 3.0 License.