Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. michelle1278

    4 bytes in the a non-virtual class get reserved,can't figure out what?

    I have the following class hierarchy: Class Base { void baseFoo(); //some more functions private: int baseIdx; }; class Derived : public Base { void derFoo(); //some more functions private: int spvar; }; then object of type Derived: Derived derObj; When I checked the memory layout of...

Part and Inventory Search

Back
Top