Re: call base class function or derived class function

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Mar 17, 10:48 am, George <Geo...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Sorry Igor,

My bad, it should be

int main()
{
Goo g;
g.goo();
return 0;

}

Any comments to my original question?

Your question is a bit unclear to me. Can you simply mention what you
expected and what result you get and if there a contradiction in that?
And what explanation are you looking for apart from what was posted by
Igor above?
.



Relevant Pages

  • Re: why use fprintf / size_t instead of printf/ int
    ... I could not find the original question either, ... The base address is of a pointer type, ... likely to be the the same size as a size_t, but whether any conversion ... size_t should be converted than int. ...
    (comp.lang.c)
  • Re: question on member functions
    ... wanting to access functions in an implementation file for user defined classes ... Supose myClass contains a function 'int func ... Unless I totally misunderstood the original question. ...
    (comp.lang.cpp)
  • Re: VS2005 doesnt like its own suggestions
    ... >> But I think the answer to your original question is that since INT has a ... Loz. ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: brain teasers
    ... then the original question has not ... I didn't even know what the XOR trick was before this. ... int swap ... strip view finger mount fcsk more fcsk yes spray umount sleep ...
    (comp.lang.c)
  • Re: test whether a double is even?
    ... > On my machine an int is 32 bits, so I would lose precision by converting ... Your original question was about testing a number if it's ... course you may loose precision casting a big number to int, short, or char, ...
    (comp.programming)