Click here to Skip to main content
16,011,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp with inheritance Pin
Sirrius5-Jul-04 16:16
Sirrius5-Jul-04 16:16 
GeneralRe: Help with inheritance Pin
Christian Graus5-Jul-04 17:04
protectorChristian Graus5-Jul-04 17:04 
GeneralRe: Help with inheritance Pin
Sirrius5-Jul-04 17:55
Sirrius5-Jul-04 17:55 
GeneralRe: Help with inheritance Pin
Ryan Binns5-Jul-04 18:05
Ryan Binns5-Jul-04 18:05 
GeneralRe: Help with inheritance Pin
Sirrius5-Jul-04 18:46
Sirrius5-Jul-04 18:46 
GeneralRe: Help with inheritance Pin
Ryan Binns5-Jul-04 21:01
Ryan Binns5-Jul-04 21:01 
GeneralRe: Help with inheritance Pin
EricP 12345-Jul-04 21:29
EricP 12345-Jul-04 21:29 
GeneralRe: Help with inheritance Pin
Anonymous7-Jul-04 13:58
Anonymous7-Jul-04 13:58 
In the file that defines class abstractFactory, you're including the file that defines class concAbstFactory:

#include "concAbstFactory.h"

concAbstFactory is derived from abstractFactory (which hasn't yet been defined at this point), so there's your hiccup. Remove the include statement mentioned above and try again.

Including the headers of child classes in their base class should make you nervous.

GeneralRe: Help with inheritance Pin
Anonymous7-Jul-04 14:02
Anonymous7-Jul-04 14:02 
GeneralVisual C++ STLPort question Pin
Indrawati5-Jul-04 14:45
Indrawati5-Jul-04 14:45 
GeneralRe: Visual C++ STLPort question Pin
Christian Graus15-Sep-04 11:43
protectorChristian Graus15-Sep-04 11:43 
Generalscreen capture to jpg Pin
Spiritofamerica5-Jul-04 12:21
Spiritofamerica5-Jul-04 12:21 
GeneralRe: screen capture to jpg Pin
Johann Gerell5-Jul-04 21:15
Johann Gerell5-Jul-04 21:15 
GeneralRe: screen capture to jpg Pin
Johann Gerell5-Jul-04 21:15
Johann Gerell5-Jul-04 21:15 
Generalslider Pin
Anonymous5-Jul-04 12:19
Anonymous5-Jul-04 12:19 
GeneralRe: slider Pin
Roger Allen6-Jul-04 4:28
Roger Allen6-Jul-04 4:28 
GeneralGet process terminated another process Pin
Cobra4Ever5-Jul-04 11:54
Cobra4Ever5-Jul-04 11:54 
Generalscreen capture to jpg Pin
Anonymous5-Jul-04 11:40
Anonymous5-Jul-04 11:40 
GeneralRe: screen capture to jpg Pin
Christian Graus5-Jul-04 12:13
protectorChristian Graus5-Jul-04 12:13 
GeneralRe: screen capture to jpg Pin
Christian Graus15-Sep-04 11:43
protectorChristian Graus15-Sep-04 11:43 
GeneralEvents - How Many Pin
Grahamfff5-Jul-04 10:22
Grahamfff5-Jul-04 10:22 
GeneralRe: Events - How Many Pin
Blake Miller6-Jul-04 12:47
Blake Miller6-Jul-04 12:47 
GeneralReceiving File from Mobile phone Pin
steve chua5-Jul-04 10:14
steve chua5-Jul-04 10:14 
GeneralCustom Draw of TreeView-Control Pin
steven115-Jul-04 10:13
steven115-Jul-04 10:13 
GeneralRe: Custom Draw of TreeView-Control Pin
Roger Allen6-Jul-04 4:25
Roger Allen6-Jul-04 4:25 

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.