You are on page 1of 4

C++ character set

White space
Leters A-Z a - z

Digits (0 - 9 ) C++ character set


C++Tokens
C++
Tokens

Keyword Identifiers punctuators operaters


Literals
constant

bool literal
Decimal
base (10)

Integer
Octal base constant
(8)

hexadecimal Character
base (16) constant

Floating -
constant

String - litral
Punctuators
Punctuators

Brackets Parentheses Comma , Semi colon


Braces { }
[] () ;

Colon : Asterisk Ellipsis Equal to Pound sign


…. sign = #
Arithmetic operator
Unary Operator Binary operator

Arithmetic oper.

Shift oper

Bitwise oper

Logical oper

Assignment oper

Relational oper

Class member oper

Component selection oper

Conditional oper

You might also like