Feb 5, 2009

Add a function in an existing class, if the class does not have virtual function, and you add a virtual function in the class, you should recompile th

Add a function in an existing class, if the class does not have virtual function, and you add a virtual function in the class, you should recompile the class. Since for each instance of the class, a virtual pointer should be added.

No comments:

Post a Comment