Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!bionet!apple!vsi1!daver!athsys!stergios From: stergios@athsys.uucp (Stergios Marinopoulos) Newsgroups: comp.lang.c++ Subject: V table pointers Summary: How are virtual functions implemented? Keywords: virtual functions table implementation. Message-ID: <174@cyclopes.UUCP> Date: 7 Nov 88 19:59:10 GMT Reply-To: stergios%athsys.uucp@sun.com (Stergios Marinopoulos) Organization: Xpert Xports Lines: 9 I would like to here from GNU, Zortech, and Oregon people on their methods for implementing virtual functions. cfront will add a pointer to a table of function pointers in the C struct it represents a class with. What implementation do GNU, Zortech, and Oregon use? Thanks Stergios Marinopoulos