摘要:
Chapter 4 Function语义学 The Semantics of FunctionMember的各种调用方式:nonstatic member functions:nonstatic member functions会被转化为nonmember形式。传入this指针,function中对nonstatic data member的存取都使用this来访问。virtual member function:如果normalize()是virtual member function,则ptr-> normalize()会变成(*ptr->vptr[1])(ptr); //1为 阅读全文
posted @ 2013-03-25 22:01 Apprentice89 阅读(342) 评论(0) 推荐(0)
浙公网安备 33010602011771号