__purecall explained.

Published Wed, Apr 28 2004 5:14 | girishb
[The Old New Thing] Ever wonder What __purecall is? Here is something Raymond so eloquently explains.

Comments

# girishb said on November 9, 2004 2:48 AM:

these concepts are age old in the Software development. in fact i noticed calling virtual functions in c# way back in 2003 march . a programming language is introduced in order to make the life of the developer easier .

# girishb said on November 9, 2004 2:50 AM:

in fact the vtable creation is fantastic.we can also simulate the same using a c program .

these concepts are age old in the Software development. in fact i notied calling virtual functions in c# way back in 2003 march . a programming language is introduced in order to make the life of the developer easier .