L
Letter class
See [Manager/Worker Idiom]
Library

A library (or library module) contains the object code generated from several implementation files, in a form that the linker can search when it needs to find general-purpose functions.

Library Designer

A library designer is a programmer who creates classes for application programmers to use in writing application programs.

Linker

The linker is a program that combines information from all of the object files for our program, along with some previously prepared files called libraries, to produce an executable program.

Linking

Linking is the process of creating an executable program from object files and libraries.

Literal Value

A literal value is a value that doesn't have a name, ...

Get Learning to Program in C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.