Hi all,
Here’s a stupid question from a stupid VC++ beginner which I’m sure has an obvious solution, but not to me.
How do you implement inheritance with VC++? If you had class B, a child class of class A, in ordinary C++ you would just go: class B: public class A, etc. yeah?
In VC6 I’ve...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.