Ray's playground

 

2010年7月28日

Classes(Chapter 10 of The C++ Programming Language)

摘要: Occasionally, a member function is logically const, but it still needs to change the value of a member.To a user, the function appears not to change the state of its object. However, some detail thatt... 阅读全文

posted @ 2010-07-28 21:11 Ray Z 阅读(158) 评论(0) 推荐(0) 编辑

Source Files and Programs(Chapter 9 of The C++ Programming Language)

摘要: In C and older C++ programs, the keyword static is (confusingly) used to mean ‘‘use internallinkage’’.  Consequently, the rule in the standard that says that there must be a un... 阅读全文

posted @ 2010-07-28 09:03 Ray Z 阅读(230) 评论(0) 推荐(0) 编辑

导航