Lecture 2 - Slide 28 : 29
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.
const-ptr-1-valid-feb-14.cc
Only the valid parts of the program from above - compiles.
point.h
point.h - just for reference.
point.cc
point.cc - just for reference.