|
From: SourceForge.net <no...@so...> - 2005-01-27 09:45:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2962207 By: zubairahmed_cae Hi, I just read: while using virtual functions in c++, compilers put the VPTR/VTABLE info in the compiled code so that the exact type of a referenced/pointed object can be found at run time. My questions: 1:why dont we have a linker that can use the same VPTR/VTABLE info to accomplish binding at link time? 2:whats the benefit of doing binding after link time? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=7134 |