Skip to content

Reserved Words

Reserved Words

The following identifiers are recorded as reserved words, each of them corresponds to a certain action, and cannot be used in another meaning:

Data Types

boolfloatuint
charintulong
classlongunion
colorshortushort
datetimestringvoid
doublestruct
enumuchar

Access Specificators

constprivatevirtual
deleteprotected
overridepublic

Memory Classes

| extern | input | static |

Operators

breakdynamic_castoperator
caseelsepack
continueforreturn
defaultifsizeof
deletenewswitch
dooffsetofwhile

Other

this#define#import
true#ifdef#include
false#ifndef#property
template#elsegroup
typename#endifnamespace
Last updated on