N
Nanosecond

A nanosecond is one-billionth of a second.

Native Data Type

A native data type is one defined in the C++ language, as opposed to a user-defined data type (class).

New Operator

The new operator is used to allocate memory for variables of the dynamic storage class; these are usually variables whose storage requirements may not be known until the program is executing.

Newline

The newline character is the C++ character used to indicate the end of a line of text.

Nondisplay character
See [Nonprinting Character]
Nonmember Function

A nonmember function is one that is not a member of a particular class being discussed, although it may be a member function of another class.

Nonnumeric Variable

A nonnumeric variable is a ...

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.