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!
Let's Geek!
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!
Posted by Prashanth Narayanaswamy at 9:24 am
Subscribe to this blog now!
1 comment:
Also find list of interesting C++ concepts here http://www.gotw.ca/gotw/.
Enjoy :)
Post a Comment