Advertisement
UltimateZero

C++ keywords

Apr 17th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. alignas
  2. alignof
  3. asm
  4. auto
  5. bool
  6. break
  7. case
  8. catch
  9. char
  10. char16_t
  11. char32_t
  12. class
  13. const
  14. constexpr
  15. const_cast
  16. continue
  17. decltype
  18. default
  19. delete
  20. double
  21. do
  22. dynamic_cast
  23. else
  24. enum
  25. explicit
  26. export
  27. extern
  28. false
  29. float
  30. for
  31. friend
  32. goto
  33. if
  34. inline
  35. int
  36. long
  37. mutable
  38. namespace
  39. new
  40. noexcept
  41. nullptr
  42. operator
  43. private
  44. protected
  45. public
  46. register
  47. reinterpret_cast
  48. return
  49. short
  50. signed
  51. sizeof
  52. static
  53. static_assert
  54. static_cast
  55. struct
  56. switch
  57. template
  58. this
  59. thread_local
  60. throw
  61. true
  62. try
  63. typedef
  64. typeid
  65. typename
  66. union
  67. unsigned
  68. using
  69. virtual
  70. void
  71. volatile
  72. wchar_t
  73. while
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement