Using Literal Descriptors
Description and how to use literal descriptors.
Constant literal text
Constant literals are objects containing constant literal text which can be placed by the compiler into read-only memory.
Coding literal descriptors
Literal descriptors must be defined in their own C++ statement and the resulting constant used wherever it is required.
NULL constant literals
Literal descriptor containing a NULL text string
How to use literal descriptors
Explains how to generate constant literal descriptors.
Parent topic:
Buffers And Strings