Lexical Conventions

 

The latest version of this topic can be found at Lexical Conventions.

This section introduces the fundamental elements of a C++ program. You use these elements, called "lexical elements" or "tokens" to construct statements, definitions, declarations, and so on, which are used to construct complete programs. The following lexical elements are discussed in this section:

This section also has an Overview of File Translation topic.

See Also

C++ Language Reference