Const Correctness

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.
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
Thanks a lot Henry !!
Topic archived. No new replies allowed.