News

Is there a clever way to hide (what would be public) base class ... derived class, and only callable from the base class? Thanks.<BR><BR>- ZT<BR><BR>EDIT: I didn't say explicitly, but this is C++ ...
Heya...I'm stuck again on one of my late night coding bints.<P><BR>I have a class cPoly, which acts as a base class for cQuad. Both have a function 'texCoords' (a ...