Path: utzoo!mnetor!tmsoft!torsqnt!hybrid!scifi!bywater!uunet!taumet!steve From: steve@taumet.com (Stephen Clamage) Newsgroups: comp.lang.c++ Subject: Re: trouble with vtables/ bug? Message-ID: <599@taumet.com> Date: 11 Feb 91 16:42:07 GMT References: <23565@netcom.COM> Organization: Taumetric Corporation, San Diego Lines: 15 aed@netcom.COM (Andrew Davidson) writes: >I found an interesting anomaly when trying to implement a >way to change the Vtable of an object. Anyone who attempts to change the vtable deserves any anomalies which follow. The vtable is a highly system-dependent object. Its details will differ from compiler to compiler, and even in succesive releases of the same compiler. There are no guarantees whatever of how many copies of the vtable for a given class will exist. Surely you can accomplish what you want with good design and portable code. -- Steve Clamage, TauMetric Corp, steve@taumet.com