Thursday 31 May, 2007

Const Correctness

I recently found a good article by Herb Sutter on Const-Correctness, a powerful feature of C++. This article talks about when to use const and when not to use it.

Const Correctness by Herb Sutter

Very interesting!

1 comment:

Anand Patil said...

Also find list of interesting C++ concepts here http://www.gotw.ca/gotw/.

Enjoy :)