Sunday, May 27, 2007

C++ keywords

C++ keywords
------------------------

DataTypes :
---------------------
1.bool
2.char
3.float
4.double
5.int
6.long
7.signed
8.short
9.unsigned

10.try
11.catch
12.throw




13 switch
14.case
15. break
16.default
17. continue

18.new
19.delete

20.private
21.protected
22.public

23.struct
24.class

25.const
26.const_cast
27.dynamic_cast
28.reinterpret_cast
29.static_cast

30.explicit
31.extern

32.friend
33.enum
34.inline
35.mutable
36.namespace
37.operator
38.register
39.return
40.sizeof
41.static
42.switch
43.template
44.this
45.typedef
46.typeid
47.typename
48.union
49.using
50.virtual
51.void
52.volatile
53.__wchar_t
54. wchar_t

No comments: