Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
Mark Salsbery13-Aug-07 15:29
Mark Salsbery13-Aug-07 15:29 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
ForNow13-Aug-07 15:33
ForNow13-Aug-07 15:33 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
Mark Salsbery13-Aug-07 15:42
Mark Salsbery13-Aug-07 15:42 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
ForNow13-Aug-07 16:39
ForNow13-Aug-07 16:39 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
jhwurmbach13-Aug-07 22:36
jhwurmbach13-Aug-07 22:36 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
ForNow14-Aug-07 0:50
ForNow14-Aug-07 0:50 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
1slipperyfish14-Aug-07 1:48
1slipperyfish14-Aug-07 1:48 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
led mike14-Aug-07 4:13
led mike14-Aug-07 4:13 
1slipperyfish wrote:
should i have animalClass.hpp dogClass.hpp, catClass.hpp, declaring the classes and have a seperate animalObj.cpp


you need header files (.h, .hpp) if you want to use the classes in other .cpp files so they can be #include < ...>

If the class is defined in a cpp file the visibility of it is limited to (not sure) that file maybe.



GeneralRe: Design question for using derived class/ Multiple Base classes Pin
1slipperyfish14-Aug-07 5:23
1slipperyfish14-Aug-07 5:23 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
ForNow14-Aug-07 6:49
ForNow14-Aug-07 6:49 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
1slipperyfish14-Aug-07 7:50
1slipperyfish14-Aug-07 7:50 
QuestionHow to receive data from an outside source Pin
High0ctane13-Aug-07 5:52
High0ctane13-Aug-07 5:52 
AnswerRe: How to receive data from an outside source Pin
Mark Salsbery13-Aug-07 5:58
Mark Salsbery13-Aug-07 5:58 
GeneralRe: How to receive data from an outside source Pin
High0ctane13-Aug-07 6:42
High0ctane13-Aug-07 6:42 
QuestionDEBUG_NEW and DirectX Pin
bruccutler13-Aug-07 4:51
bruccutler13-Aug-07 4:51 
AnswerRe: DEBUG_NEW and DirectX Pin
Mark Salsbery13-Aug-07 5:53
Mark Salsbery13-Aug-07 5:53 
GeneralRe: DEBUG_NEW and DirectX Pin
bruccutler13-Aug-07 11:13
bruccutler13-Aug-07 11:13 
Questionhow to set short cut keys for mfc controls on dialog box Pin
maulesh bhojani13-Aug-07 4:27
maulesh bhojani13-Aug-07 4:27 
QuestionRe: how to set short cut keys for mfc controls on dialog box Pin
David Crow13-Aug-07 5:08
David Crow13-Aug-07 5:08 
AnswerRe: how to set short cut keys for mfc controls on dialog box Pin
maulesh bhojani13-Aug-07 5:41
maulesh bhojani13-Aug-07 5:41 
GeneralRe: how to set short cut keys for mfc controls on dialog box Pin
David Crow13-Aug-07 5:55
David Crow13-Aug-07 5:55 
QuestionDialog Window Related help Pin
wajape13-Aug-07 4:16
wajape13-Aug-07 4:16 
AnswerRe: Dialog Window Related help Pin
David Crow13-Aug-07 5:09
David Crow13-Aug-07 5:09 
AnswerRe: Dialog Window Related help Pin
Hamid_RT13-Aug-07 20:03
Hamid_RT13-Aug-07 20:03 
AnswerRe: Dialog Window Related help Pin
Nishad S13-Aug-07 20:31
Nishad S13-Aug-07 20:31 

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.