Andrei's blog
sharing coding bits
Showing posts with label
vtable
.
Show all posts
Showing posts with label
vtable
.
Show all posts
Thursday, March 13, 2008
vtable and __declspec(novtable) (aka ATL_NO_VTABLE)
›
__declspec(novtable) is a storage-class attribute and Microsoft specific applied to classes declaration. It's purpose is to tell t...
Tuesday, January 10, 2006
how vtable work
›
here is a nice article about how vtables work its good coz it goes into asm language and explains whats really goin on http://msdn.microsoft...
›
Home
View web version