View Single Post
Re: C++ overriding methods using virtual
Old
  (#16)
Cheeseh
[rcbot]
 
Cheeseh's Avatar
 
Status: Offline
Posts: 361
Join Date: Dec 2003
Location: China
Default Re: C++ overriding methods using virtual - 22-06-2004

They actually DO work as supposed to... If you put in that constructor thingy where it called the super class in each subclasses constructor, then it will muck it up entirely :/

Last edited by Cheeseh; 22-06-2004 at 12:57..
  
Reply With Quote