Change History for const

Version Date Author Comment
12 10 years andersk@mit.edu A const array is the same thing as an array of const elements.
11 10 years andersk@mit.edu Make it clearer why foo **const foo ** would be bad
10 14 years andersk@mit.edu s/the the/the/
9 14 years andersk@mit.edu Slight wording cleanup.
8 14 years andersk@mit.edu Clarify which void * conversions work in C++.
7 14 years andersk@mit.edu State explicitly that foo ** may be implicitly converted to `foo …
6 14 years andersk@mit.edu Add a note about C library functions accepting pointers to strings.
5 14 years andersk@mit.edu Try to clarify the table by distinguishing between “changing” a char …
4 14 years andersk@mit.edu Add some examples to make clear that const int is equivalent to `int …
3 15 years andersk@mit.edu Mention gcc -Wcast-qual.
2 15 years andersk@mit.edu Add some semicolons.
1 15 years andersk@mit.edu