Java 'final', C 'const'
Posted Nov 2, 2006 21:16 UTC (Thu) by
jzbiciak (
✭ supporter ✭, #5246)
In reply to:
Java 'final', C 'const' by jreiser
Parent article:
Buried in warnings
The problem I run into time and time again with const in C is that there are too many functions in too many libraries which take a non-const pointer, even though they do not modify the pointed-to entity. Very annoying.
(
Log in to post comments)