Skip to content

Instantly share code, notes, and snippets.

@kygx-legend
Created October 2, 2013 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kygx-legend/6790394 to your computer and use it in GitHub Desktop.
Save kygx-legend/6790394 to your computer and use it in GitHub Desktop.
C++ keywords summary.
int char float double short long
unsigned signed
if else
switch case default
for while do
continue break goto
void return
auto register extern const volatile static
sizeof typedef
class new public private protected this try throw catch (true false NULL)
struct enum union
asm bool explicit export friend inline mutable operator template
typeid virtual warch_t delete namespace typename using
const_castdynamic_cast reinterpret_cast static_cast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment