View Single Post
Re: Some C++ questions
Old
  (#3)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default 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!


sfx1999.postcount++
  
Reply With Quote