Const Correctness

Nov 15, 2011 at 7:48am
Hello All,

I am having a problem to digest the const concept of C++ programming language,especially the const pointers and references.
I always lose a track on usage and concept,Can some one suggest me a good online portal or books where I can study the concept in detail.

Thanks in advance.
Nov 15, 2011 at 7:53am
Please check the following links for info how to learn to understand this concept:
http://www.parashift.com/c++-faq-lite/const-correctness.html
http://www.possibility.com/Cpp/const.html (recommended)
http://www.cprogramming.com/tutorial/const_correctness.html

And here's link for a topic explaining why does this concept exist:
http://stackoverflow.com/questions/1370042/why-is-const-correctness-specific-to-c
Nov 15, 2011 at 12:06pm
Thanks a lot Henry !!
Topic archived. No new replies allowed.