Const (computer programming): Difference between revisions

Content deleted Content added
m Methods: Fixed capitalization
External links ...
Line 149:
Since the address held in the <code>tableLookup</code> pointer can change implicitly, each deference might take us to a different ___location in a look-up table.
 
==ReferencesExternal links==
* [http://www.parashift.com/c++-faq-lite/const-correctness.html The C++ FAQ Lite: Const correctness] by [[Marshall Cline]]
*Articles "[http://gotw.ca/gotw/081.htm Constant Optimization?]" and "[http://gotw.ca/gotw/006.htm Const-Correctness]" by [[Herb Sutter]]
*Article "[http://possibility.com/Cpp/const.html Const Correctness in C++]" by [[Chad Loder]]
*Article "[http://codecraft.pool-room.com/Cpp/const-correctness-1.html Const Correctness]" by [[Darren Collins]]
*Article "[http://adtmag.com/joop/crarticle.asp?ID=1550 Const_Cast: An Offspring from the Dark Side of C++]" by [[Karsten Weihe]]
*Article "[http://informit.com/guides/content.asp?g=cplusplus&seqNum=181&rl=1 const-Correctness]" by [[Danny Kalev]]
*Article "[http://linuxjournal.com/article/7629 C++ const Correctness]"
*[http://c2.com/cgi/wiki?ConstCorrectness Article from Portland Pattern Repository]
 
[[Category:C programming language family]]