Ray's playground

 

2012年3月21日

Item 31: Making functions virtual with respect to more than one object.(More Effective C++)

摘要: Let us assume, however, that you must implement your game in C++ — that you must come up with your own way of implementing what is commonly referred to as double-dispatching. (The name comes from the object-oriented programming community, where what C++ programmers know as a virtual function ca... 阅读全文

posted @ 2012-03-21 17:31 Ray Z 阅读(257) 评论(0) 推荐(0)

导航