Fuzzy
Nothing is absolute.
Showing posts with label
const
.
Show all posts
Showing posts with label
const
.
Show all posts
Tuesday, 23 April 2013
Constant Pointer
int const* ptr;
const int*ptr;
int *const ptr;
const int* const ptr;
int const*const ptr;
Read more »
Older Posts
Home
Subscribe to:
Comments (Atom)