i'm in the c++ inheritance lesson in cprogramming.com... In that the syntax for making a class(derived class) inherit all the stuff from another class(base class) is this:



class base{

...