Related articles |
---|
use of vtbl Michael.Bantle@t-systems.de (Michael BANTLE) (2001-08-06) |
Re: use of vtbl fjh@cs.mu.OZ.AU (2001-08-08) |
Re: use of vtbl zoicasc@hotmail.com (Cristian Zoicas) (2002-08-04) |
Re: use of vtbl gdr@soliton.integrable-solutions.net (Gabriel Dos Reis) (2002-08-10) |
Re: use of vtbl mal@wyrd.be (Lieven Marchand) (2002-08-10) |
Re: use of vtbl bill@gibbons.org (Bill Gibbons) (2002-08-10) |
Re: use of vtbl haberg@matematik.su.se (Hans Aberg) (2002-08-14) |
Re: use of vtbl loewis@informatik.hu-berlin.de (Martin v. =?iso-8859-1?q?L=F6wis?=) (2002-08-14) |
From: | "Cristian Zoicas" <zoicasc@hotmail.com> |
Newsgroups: | comp.compilers |
Date: | 4 Aug 2002 11:45:43 -0400 |
Organization: | CINECA |
References: | 01-08-021 |
Keywords: | C++, practice, comment |
Posted-Date: | 04 Aug 2002 11:45:42 EDT |
Michael BANTLE wrote,
> Is there any simple explanation out there on how to use the vtbl of
> a class directly. The only compiler I found with easy to use
> information on this topic is Microsoft's VC++:
Hello Michael...
Please don't do this ( unless you know EXACTLY what you are doing)...
it is against the elementary norms of pogramming.
Cristi
[I gather that the C++ standards committee came very close to defining
the structure of a vtbl, so portable code could mess with them. I
suspect you'll find that no matter which compiler you use, the vtbls are
all about the same. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.