Appendix . Inside Back Cover

Important C++ Keywords

There are many keywords built in to the C++ language that you commonly use in your programs, and many more obscure keywords that you use less often. Keywords are divided into categories, such as data type keywords or flow control keywords. The following table lists some commonly used, important C++ keywords.???

Table . Some Commonly Used C++ Keywords, Presented Alphabetically

Keyword

Category

break

Flow control statement

case

Flow control statement

class

Abstract data type

const

Type modifier

continue

Flow control statement

delete

Memory management keyword

do

Loop statement

double

Data type

else

Decision statement

float

Data type

for

Loop statement

goto

Flow control statement

if

Decision statement

int

Data type

long

Data type ...

Get Practical C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.