728x90
 

Lexical conventions

Describes basic elements of C++ programs such as keywords, identifiers, literals, and character sets.

docs.microsoft.com

사전규칙

이 섹션은 c++ 프로그램의 근본적인 기능들을 소개 합니다. 당신은 구문을 구성하고, 정의, 선언 등 프로그램을 완성하는데 사용된 "사전 요소" 또는 "토근"과 같은 요소들을 사용합니다. 다음 사전 요소들은 이장에서 얘기됩니다.

 

Tokens and character set (토큰 및 문자집합)

Comments (논평,언급,주석)

Identifiers (식별자)

Keywords

Puncuators (구두점)

Numberic, boolean, and pointer iterals

String and character Literals

User-defined Iterals

 

C++ 소스파일이 어떻게 분석되는지 더 많은 정보를 얻으려면 , 변화단계를 확인하세요.

 

728x90

+ Recent posts