摘要:
Item 1:View C++ as a federation of languages 单词: sublanguage:子语言 Exception:异常 template:模板 procedual:过程 object-oriented:面向对象 generic:泛型 blocks:区块{ } st 阅读全文
摘要:
if const is on the left of *,data is const //如果const在*左边数据就是const类型 if const is on the right of *,pointer is const why use const Guards anainst inadve 阅读全文