C++ Keywords Not in C
asm (some C implementations have this)
catch
class
const_cast
delete
dynamic_cast
explicit
export
friend
inline (some C implementations have this)
mutable
namespace
new
operator
private
protected
public
reinterpret_cast
static_cast
template
this
throw
try
typeid
typename
using
virtual
wchar_t (defined in stddef.h, stdlib.h, wchar.h)
(iso646.h header defines these as macros)
and
and_eq
bitand
bitor
compl
not
not_eq
or
or_eq
xor
xor_eq
(stdbool.h (C99) defines these as macros)
bool
false
true