PALABRAS RESERVADAS GCC
| auto | break | case | char | const | continue | default | do |
| double | else | enum | extern | float | for | goto | if |
| int | long | register | return | short | signed | sizeof | static |
| struct | switch | typedef | union | unsigned | void | volatile | while |
Some of the keywords on C have new meanings or have been overloaded in the world of C++, the following list shows the keywords that have changed.
| struct | static | const | enum |
The following list shows the keywords that have been added to C++.
| bool | catch | class | delete | friend | inline |
| new | namespace | operator | private | protected | public |
| tempate | this | throw | try | template |