Posts

Showing posts from January, 2006

C++ articles

here i will keep all interesting C++ articles: article#1 -------------------------------------------------------------------------- C++: Under the Hood Jan Gray March 1994 http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarvc/html/jangrayhood.asp it talks about the C++ object model and layout in memory; good introduction; article#2 -------------------------------------------------------------------------- here is a nice article about how vtables workits good coz it goes into asm language and explains whats really goin on http://msdn.microsoft.com/msdnmag/issues/0300/c/ if u find any similar article on this subject, pls reply here. article#3 -------------------------------------------------------------------------- virtual functions explained: http://www.parashift.com/c++-faq-lite/virtual-functions.html article#4 -------------------------------------------------------------------------- a good summerize of the classes size. when applying the sizeof operator on an objec

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.com/msdnmag/issues/0300/c/ if u find any similar article on this subject, pls reply here.