what is the difference between const int*, const int * const, int const *
- by ultraman
I always mess up how to use it correctly. Is there a set of rules defining what you can and cannot do?
I want to know all the Do's and all DoNOTs in terms of assignments, passing to the functions, etc.
Thanks