problems with constructors

Alexandre Oliva oliva@dcc.unicamp.br
Wed Nov 11 13:00:00 GMT 1998


On Nov 11, 1998, "C. van Reeuwijk" <C.vanReeuwijk@twi.tudelft.nl> wrote:

>     fullindex = new WordListIndex();
>     fprintf( stderr, "fullindex = %p\n", fullindex );

> this = 0x40934fd8
> fullindex = 0x40934ff8

Is fullindex a WordListIndex*, or is it a pointer to some base class?

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.anu.edu.au}
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list