[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
WINDOWS vs DOS » CppStl » WhatLinksHere » CPP-Beginners-Tutorial-II » MFC » CppOpenCv » compile » CppKeyWord
A (2) denotes that it is a C++ Builder specific keyword.
A (3) denotes a .NET keyword extension [2].
Leading underscores do not change a keywords place in the alphabetically sorted list.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
WINDOWS vs DOS » CppStl » WhatLinksHere » CPP-Beginners-Tutorial-II » MFC » CppOpenCv » compile » CppKeyWord
(C++) keyword
Keywords are the words that 'do' something. These words therefore cannot be used as variable names.int if = 3; //ERROR!
List of keywords
A (1) after the keyword denotes that it is not a C keyword [1].A (2) denotes that it is a C++ Builder specific keyword.
A (3) denotes a .NET keyword extension [2].
Leading underscores do not change a keywords place in the alphabetically sorted list.
- __abstract (3)
- asm (1)
- auto
- bool (1)
- __box (3)
- break
- case
- catch (1)
- char
- class (1)
- const
- const_cast (1)
- continue
- default
- __delegate (3)
- delete (1)
- do
- double
- dynamic_cast (1)
- else
- enum
- __event (3)
- explicit (1)
- export (1)
- extern
- false(1)
- __fastcall (2)
- __finally (3)
- float
- for
- friend (1)
- __gc (3)
- goto
- __identifier (3)
- if
- inline (1)
- int
- long
- mutable (1)
- namespace (1)
- new (1)
- __nogc (3)
- operator (1)
- __pin (3)
- private (1)
- __property (3)
- protected (1)
- public (1)
- __published (2)
- register
- reinterpret_cast (1)
- return
- __sealed (3)
- short
- signed
- sizeof
- static
- static_cast (1)
- struct
- switch
- template (1)
- this (1)
- throw (1)
- true (1)
- try (1)
- __try_cast (3)
- typedef
- typeid (1)
- __typeof (3)
- typename (1)
- union
- unsigned
- using (1)
- __value (3)
- virtual (1)
- void
- volatile
- wchar_t (1)
- while
'Keyword' links
References
- 1) Bjarne Stroustrup. The C++ Programming Language (3rd edition).ISBN: 0-201-88954-4, chapter B.2.2 'C code that is not C++'.
- 2) Herbert Schildt. C++: The Complete Reference, Fourth Edition. 2003. ISBN: 0-07-222680-3. Appendix A
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
