Programovanie v jazyku C++

2. Lexikálne konvencie


2.2 Klúčové slová (Keywords)

Nasledujúce klúčové slová sú v C++ rezervované a nesmú byť použité ako mená premenných, objektov alebo funkcií.
 
asm
delete
if
return
try
auto
do
inline
short
typedef
break 
double
int
signed
union 
case
else
long
sizeof 
unsigned
catch
enum 
new
static 
virtual
char
extern
operator
struct
void
class
float
private
switch
volatile
const
for
protected
template
while
continue
friend
public
this
 
default
goto
register
throw