Contents Up << >>

Const correctness

What is "const correctness"?
Should I try to get things const correct "sooner" or "later"?
What is a "const member function"?
What do I do if I want to update an "invisible" data member inside a "const" member function?
Does "const_cast" mean lost optimization opportunities?