Re: Some C++ questions -
13-12-2004
Oh I get it now. I knew what virtual functions did, that they were made to be overridden, but not that you would use them for pointers.
Anyway, one of the reasons I asked this question is because I remember it from monster plugin:
CBaseEntity themonster[x] = new CBarney
Now I know how closely related the two are.
I need to go find an example for the ... parameter.
Thanks for the help!
|