Lecture overview -- Keyboard shortcut: 'u'  Previous page: Declarations as statements - declarations in conditions -- Keyboard shortcut: 'p'  Next page: The general notation of objects in C++ -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 9 : 42

Constants

The const qualifier can be used in several different contexts in C++

Constness is a fairly complicated matter in C++

const-ptr-1.cc
Examles constants, pointers to constants, and constant pointers.