Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

File metadata and controls

38 lines (28 loc) · 1.33 KB
title Lexical Conventions | Microsoft Docs
ms.custom index-page
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
lexical conventions
conventions, lexical
ms.assetid 03f9efff-bb95-45ef-9157-0a3fac809ccf
author mikeblome
ms.author mblome
ms.workload
cplusplus

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:

See also

C++ Language Reference
Program and linkage