Toggle navigation
∫ntegrabℓε ∂ifferentiαℓs
Collections
Papers
Books
Tagged posts
About
Constant pointer constant
24 March, 2006
blog
code
A short note to everyone who programs in C:
const X*
= a pointer to a constant stuff
X* const
= a pointer that the memory address can’t be changed
const X* const
= both
‹
›
Please enable JavaScript to view the
comments powered by Disqus.