首页 > 代码库 > make it clear how to use const in C++

make it clear how to use const in C++

1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const feature to it.

2.nothing found on left side?OK,apply const feature to whatever you find on the right side.