Related articles |
---|
cross-compiler and C++ mangling Efrat_NA@netvision.net.il (Efrat NA) (1997-03-05) |
Re: cross-compiler and C++ mangling john.currier@checksol.com (1997-03-21) |
From: | john.currier@checksol.com (John Currier) |
Newsgroups: | comp.compilers,comp.lang.c++.moderated |
Date: | 21 Mar 1997 10:15:36 -0500 |
Organization: | Check Solutions |
References: | <5f1078$nr3@netlab.cs.rpi.edu> <5f5vbh$oej@netlab.cs.rpi.edu> 97-03-032 |
Keywords: | C++ |
You're calling SomeFunction() thru a virtual function table. The layout of
that table and where the pointer to it is stored is implementation defined.
John Currier john.currier@checksol.com
Software Development Engineer Check Solutions
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.