Got a c++ library that consists of a class hierarchy containing protected
member functions. If a define a myUserClass
myUserClass : winbase : base
are there any restrictions (cw-compiler complains) when using member
functions of base within myUserClass? I thought it shouldn't, unless
something else is defined in base?
base and winbase define constructors and operators that do not allow
copying; they define "instantiation" by assignment, which is fine with me,
yet I am in the dark when it comes to using memberfunctions of base.
I must be something trivial, I am overlooking...
Alfred
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|