Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 2:57
David Crow8-Jul-04 2:57 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:00
professionalV.8-Jul-04 3:00 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 3:06
David Crow8-Jul-04 3:06 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:27
professionalV.8-Jul-04 3:27 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:04
David Crow8-Jul-04 4:04 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:56
professionalV.8-Jul-04 3:56 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:00
David Crow8-Jul-04 4:00 
GeneralClass hierarchy question... Pin
vmaltsev8-Jul-04 1:57
vmaltsev8-Jul-04 1:57 
Hail everyone,

Let's say I have two classes, A and B, as well as two interface (abstract) classes for them, iA and iB. Class B derived from class A and interface iB, interface iB derived from iA, so we have,
class iA {
vitrual method AA
}
class A: public iA {
method AA
}
class iB: public iA {
vitrual method BB
}
class B: public A, public iB {
method BB
}

By doing this I want to be able to access methods of class B (and A in it) through interface iB, but, I can't do so. Compiler justly says "pure vitual function AA was not defined in B"

So, couls you please explain to me how this hierarchy should look like?

Thanks in advance, any suggestion would be helpful.
GeneralRe: Class hierarchy question... Pin
Hans Ruck8-Jul-04 5:05
Hans Ruck8-Jul-04 5:05 
QuestionHow to trap Ctrl + F keys in listctrl Pin
Azghar Hussain8-Jul-04 1:23
professionalAzghar Hussain8-Jul-04 1:23 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
Steve Thresher8-Jul-04 4:12
Steve Thresher8-Jul-04 4:12 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
*Dreamz8-Jul-04 4:16
*Dreamz8-Jul-04 4:16 
GeneralNIC number Pin
Monty28-Jul-04 0:57
Monty28-Jul-04 0:57 
GeneralRe: NIC number Pin
RobJones8-Jul-04 2:41
RobJones8-Jul-04 2:41 
GeneralButton control Pin
macmac388-Jul-04 0:54
macmac388-Jul-04 0:54 
GeneralRe: Button control Pin
V.8-Jul-04 1:02
professionalV.8-Jul-04 1:02 
GeneralRe: Button control Pin
David Crow8-Jul-04 4:11
David Crow8-Jul-04 4:11 
GeneralFlexGrid trouble Pin
Pazzuzu8-Jul-04 0:38
Pazzuzu8-Jul-04 0:38 
GeneralCHtmlView Pin
status8-Jul-04 0:35
status8-Jul-04 0:35 
GeneralRe: CHtmlView Pin
Newromancer8-Jul-04 0:58
Newromancer8-Jul-04 0:58 
GeneralRe: CHtmlView Pin
status8-Jul-04 1:54
status8-Jul-04 1:54 
GeneralAssignment Operator with const Member Variables Pin
Steve Thresher7-Jul-04 23:48
Steve Thresher7-Jul-04 23:48 
GeneralRe: Assignment Operator with const Member Variables Pin
Mike Dimmick8-Jul-04 0:47
Mike Dimmick8-Jul-04 0:47 
GeneralNo No No! Pin
Steve Thresher8-Jul-04 2:03
Steve Thresher8-Jul-04 2:03 
GeneralRe: No No No! Pin
digwizfox8-Jul-04 5:39
digwizfox8-Jul-04 5:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.