A
Access Specifier

An access specifier controls the access of nonmember functions to the member functions and variables of a class. The C++ access specifiers are public, private, and protected. See public, private, and protected for details.

See also [Public]
See also [Private]
See also [Protected]
See also [Friend]
Access Time

access time is a measure of how long it takes to retrieve data from a storage device, such as a hard disk or RAM.

Address
See [Memory Address]
Algorithm

An algorithm is a set of precisely defined steps guaranteed to arrive at an answer to a problem or set of problems. As this implies, a set of steps that might never end is not an algorithm.

Aliasing

aliasing is the practice of referring to one object by more ...

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.