const int *,const int * const和int const *有什么区别?

≡放荡痞女 提交于 2020-04-06 20:31:30

问题:

I always mess up how to use const int* , const int * const , and int const * correctly. 我总是搞砸了如何正确使用const int*const int * constint const * Is there a set of rules defining what you can and cannot do? 是否有一组规则定义您可以做什么和不能做什么?

I want to know all the do's and all don'ts in terms of assignments, passing to the functions, etc. 我想知道在分配,传递给函数等方面所有需要做的事情。


解决方案:

参考一: https://stackoom.com/question/4nPi/const-int-const-int-const和int-const-有什么区别
参考二: https://oldbug.net/q/4nPi/What-is-the-difference-between-const-int-const-int-const-and-int-const
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!