Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.33 KB

lexical-conventions.md

File metadata and controls

27 lines (22 loc) · 1.33 KB
title description ms.custom ms.date helpviewer_keywords ms.assetid
Lexical conventions
Describes basic elements of C++ programs such as keywords, identifiers, literals, and character sets.
index-page
12/10/2019
lexical conventions
conventions, lexical
03f9efff-bb95-45ef-9157-0a3fac809ccf

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:

For more information about how C++ source files are parsed, see Phases of translation.

See also

C++ Language Reference
Translation units and linkage