Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ADO AND VISUAL C++ AND ASP Pin
Uwe Keim10-Jun-00 4:05
sitebuilderUwe Keim10-Jun-00 4:05 
QuestionIs there a way to revert a document based application to a dialog form? Pin
Terry9-Jun-00 8:37
Terry9-Jun-00 8:37 
AnswerRe: Is there a way to revert a document based application to a dialog form? Pin
Buck10-Jun-00 21:10
Buck10-Jun-00 21:10 
GeneralBlit to a CBitmap Pin
Christoph Rupp9-Jun-00 5:04
sussChristoph Rupp9-Jun-00 5:04 
GeneralRe: Blit to a CBitmap Pin
Paolo Messina9-Jun-00 13:34
professionalPaolo Messina9-Jun-00 13:34 
GeneralDeviceCapabilities Pin
Gen12-Jun-00 23:29
Gen12-Jun-00 23:29 
GeneralImplementing "Parent" properties in the OO Land Pin
Matthias12-Jun-00 22:34
Matthias12-Jun-00 22:34 
GeneralRe: Implementing Pin
Uwe Keim12-Jun-00 23:17
sitebuilderUwe Keim12-Jun-00 23:17 
Just declare a forward-reference to the classes.

e.g.

class CCompany;<br />
<br />
class CEmployee{<br />
// details ommitted<br />
private:<br />
CCompany* m_ptrParent;<br />
}


Then, only in the cpp file, include the "company.h"


Since in your classes, you use only references and pointers, the size of the real class is not needed for the compiler.
GeneralRe: Implementing Pin
Alvaro Mendez13-Jun-00 5:30
Alvaro Mendez13-Jun-00 5:30 
GeneralThank you guys! Pin
Matthias13-Jun-00 9:27
Matthias13-Jun-00 9:27 
QuestionHow do I create popup submenus dynamically Pin
Mike newberry12-Jun-00 5:52
sussMike newberry12-Jun-00 5:52 
AnswerRe: How do I create popup submenus dynamically Pin
GeVanCo19-Jun-00 20:11
GeVanCo19-Jun-00 20:11 
GeneralRe: How do I create popup submenus dynamically Pin
GeVanCo19-Jun-00 20:20
GeVanCo19-Jun-00 20:20 
GeneralLocalization (Date Time Numeric Currency Pin
Gary12-Jun-00 4:45
Gary12-Jun-00 4:45 
GeneralRe: Localization (Date Time Numeric Currency Pin
Mike Dunn12-Jun-00 9:45
Mike Dunn12-Jun-00 9:45 
GeneralAdding to IE context menu Pin
Bhaskar12-Jun-00 4:28
Bhaskar12-Jun-00 4:28 
GeneralUsing Bookmarks with Jet OLEDB Provider Pin
QamarAlZaman Habeek12-Jun-00 1:21
sussQamarAlZaman Habeek12-Jun-00 1:21 
Generalactivating a view with a mouse click Pin
Steve Kearon11-Jun-00 22:39
Steve Kearon11-Jun-00 22:39 
GeneralRemoving DLL exports Pin
Ben Burnett11-Jun-00 21:38
Ben Burnett11-Jun-00 21:38 
GeneralRe: Removing DLL exports Pin
Tim Deveaux12-Jun-00 12:41
Tim Deveaux12-Jun-00 12:41 
GeneralResource Difference Tool Pin
Blake Miller11-Jun-00 17:48
Blake Miller11-Jun-00 17:48 
GeneralRe: Resource Difference Tool Pin
Paolo Messina12-Jun-00 11:30
professionalPaolo Messina12-Jun-00 11:30 
GeneralLearning ATL Pin
Ryan Park11-Jun-00 15:07
Ryan Park11-Jun-00 15:07 
GeneralRe: Learning ATL Pin
Alex Gorev12-Jun-00 4:03
Alex Gorev12-Jun-00 4:03 
GeneralRe: Learning ATL Pin
Alfadhly12-Jun-00 5:42
sussAlfadhly12-Jun-00 5:42 

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.