In my book it shows how you can use a pointer to modify a variables value. But I see no reason of why this would be important.

Also, if you declared a variable as a constant and you modified it's value using a pointer, would this work or would you get a compile error?

Edit: Also what would you call the C++ Bible?