Click here to Skip to main content
15,905,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is "Visual Studio (MSI)"? Pin
Vasiliy Baranov30-Mar-04 20:50
Vasiliy Baranov30-Mar-04 20:50 
AnswerRe: What is "Visual Studio (MSI)"? Pin
Colin Angus Mackay30-Mar-04 21:45
Colin Angus Mackay30-Mar-04 21:45 
GeneralRe: What is "Visual Studio (MSI)"? Pin
Vasiliy Baranov30-Mar-04 22:00
Vasiliy Baranov30-Mar-04 22:00 
AnswerRe: What is "Visual Studio (MSI)"? Pin
David Crow31-Mar-04 2:34
David Crow31-Mar-04 2:34 
GeneralInclude headers. Pin
Neha30-Mar-04 20:24
Neha30-Mar-04 20:24 
GeneralRe: Include headers. Pin
Prakash Nadar30-Mar-04 20:30
Prakash Nadar30-Mar-04 20:30 
GeneralRe: Include headers. Pin
Neha30-Mar-04 20:44
Neha30-Mar-04 20:44 
GeneralRe: Include headers. Pin
Cedric Moonen30-Mar-04 21:34
Cedric Moonen30-Mar-04 21:34 
Instead of using the class X, use a pointer to the class:

Class Y<br />
{<br />
X* m_Item;<br />
}


This will solve your problem because you won't have to include the X.h header in the Y.h file (you'll have to include it in the Y.cpp file instead).

Hope this helps
GeneralRe: Include headers. Pin
22491730-Mar-04 22:14
22491730-Mar-04 22:14 
GeneralMSFlexGrid properties Pin
catngo30-Mar-04 20:09
catngo30-Mar-04 20:09 
GeneralRe: MSFlexGrid properties Pin
22491730-Mar-04 22:26
22491730-Mar-04 22:26 
GeneralRe: MSFlexGrid properties Pin
catngo31-Mar-04 14:38
catngo31-Mar-04 14:38 
QuestionHow does CListCtrl Arrange work? Pin
Anonymous30-Mar-04 19:49
Anonymous30-Mar-04 19:49 
AnswerRe: How does CListCtrl Arrange work? Pin
Anonymous31-Mar-04 16:31
Anonymous31-Mar-04 16:31 
Generalabout sockets Pin
amir_iiui30-Mar-04 19:21
amir_iiui30-Mar-04 19:21 
GeneralRe: about sockets Pin
22491730-Mar-04 19:31
22491730-Mar-04 19:31 
GeneralOnOK() Pin
ykg888@yahoo.com30-Mar-04 18:55
sussykg888@yahoo.com30-Mar-04 18:55 
GeneralRe: OnOK() Pin
Prakash Nadar30-Mar-04 20:26
Prakash Nadar30-Mar-04 20:26 
GeneralRe: OnOK() Pin
David Crow31-Mar-04 2:37
David Crow31-Mar-04 2:37 
GeneralTAPI related Pin
Ahmed Jahanzeb30-Mar-04 17:58
sussAhmed Jahanzeb30-Mar-04 17:58 
GeneralRe: TAPI related Pin
Michael P Butler30-Mar-04 21:59
Michael P Butler30-Mar-04 21:59 
GeneralRe: TAPI related Pin
Filomela5-May-04 5:18
Filomela5-May-04 5:18 
GeneralInteresting problems Pin
FlyingDancer30-Mar-04 15:08
FlyingDancer30-Mar-04 15:08 
GeneralRe: Interesting problems Pin
Maxwell Chen30-Mar-04 16:24
Maxwell Chen30-Mar-04 16:24 
GeneralRe: Interesting problems Pin
FlyingDancer30-Mar-04 18:45
FlyingDancer30-Mar-04 18:45 

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.