Where does Intel C++ Compiler store the vptr ( pointer to virtual function table ) in an Object ?
Where does Intel C++ Compiler store the vptr ( pointer to virtual function table ) in an Object ? I believe MSVC puts it at the beginning of the object, gcc at the end. What is it for icpc ( Intel C++ Compiler )? ...