[LC++]virtual protected?

Carlo Wood carlo at alinoe.com
Fri Dec 21 15:27:10 UTC 2001


On Fri, Dec 21, 2001 at 04:44:41AM +0100, Roberto Diaz wrote:
> class base
> {
> 	protected:
> 	virtual void doSomething ();
> };
> 
> The compiler complains.. 
> 
> Some ideas please? 

This is the way to do it.
It might help to tell us what the compiler complains about.

-- 
Carlo Wood <carlo at alinoe.com>



More information about the tuxCPProgramming mailing list