what is the difference between const int*, const int * const, int const *

Posted by ultraman on Stack Overflow See other posts from Stack Overflow or by ultraman
Published on 2009-07-17T13:28:09Z Indexed on 2010/05/08 5:18 UTC
Read the original article Hit count: 428

Filed under:

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

© Stack Overflow or respective owner

Related posts about c++