Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I select a peice of a bmp to another file? Pin
Christian Graus15-Aug-01 13:26
protectorChristian Graus15-Aug-01 13:26 
GeneralRe: How do I select a peice of a bmp to another file? Pin
Craig Miller15-Aug-01 13:36
Craig Miller15-Aug-01 13:36 
GeneralRe: How do I select a peice of a bmp to another file? Pin
Christian Graus15-Aug-01 13:45
protectorChristian Graus15-Aug-01 13:45 
GeneralRe: How do I select a peice of a bmp to another file? Pin
Craig Miller15-Aug-01 13:58
Craig Miller15-Aug-01 13:58 
GeneralRe: How do I select a peice of a bmp to another file? Pin
Christian Graus15-Aug-01 14:08
protectorChristian Graus15-Aug-01 14:08 
GeneralRe: How do I select a peice of a bmp to another file? Pin
Craig Miller15-Aug-01 16:17
Craig Miller15-Aug-01 16:17 
Generalheader files Pin
15-Aug-01 12:08
suss15-Aug-01 12:08 
GeneralRe: header files Pin
Christian Graus15-Aug-01 12:13
protectorChristian Graus15-Aug-01 12:13 
Include the files in the .cpp file. Or, if you need to declare an instance of A in B and B in A, then in one of them include in the .cpp file and in the header just put a dummy declaration, for example in B.h you might put

class A();

A m_MyA;

and include the *real* A.h in B.cpp.


Christian

Secrets of a happy marriage #27:

Never go to bed if you are mad at each other. It's more fun to stay up and fight.
QuestionHow to get Folder where the application is installed Pin
Francis B.15-Aug-01 11:43
Francis B.15-Aug-01 11:43 
AnswerRe: How to get Folder where the application is installed Pin
Matt Gullett15-Aug-01 11:55
Matt Gullett15-Aug-01 11:55 
AnswerRe: How to get Folder where the application is installed Pin
Quint15-Aug-01 12:03
Quint15-Aug-01 12:03 
GeneralIncrementing ActiveX version Pin
15-Aug-01 9:49
suss15-Aug-01 9:49 
GeneralNeed help on Controls Please Pin
15-Aug-01 6:35
suss15-Aug-01 6:35 
GeneralCSocket Help Pin
aarong15-Aug-01 6:31
aarong15-Aug-01 6:31 
GeneralRe: CSocket Help Pin
RobJones15-Aug-01 13:17
RobJones15-Aug-01 13:17 
GeneralInstallation program Pin
Blumin Alexander15-Aug-01 5:46
Blumin Alexander15-Aug-01 5:46 
GeneralRe: Installation program Pin
Not Active15-Aug-01 9:39
mentorNot Active15-Aug-01 9:39 
GeneralRe: Installation program Pin
Blumin Alexander15-Aug-01 9:50
Blumin Alexander15-Aug-01 9:50 
GeneralRe: Installation program Pin
Derek Waters15-Aug-01 14:14
Derek Waters15-Aug-01 14:14 
GeneralSaving msdev customizing Pin
15-Aug-01 5:22
suss15-Aug-01 5:22 
GeneralRe: Saving msdev customizing Pin
Michael Dunn15-Aug-01 6:30
sitebuilderMichael Dunn15-Aug-01 6:30 
GeneralRe: Saving msdev customizing Pin
15-Aug-01 12:27
suss15-Aug-01 12:27 
Questionhow to get user group name (in Win NT)? plz Pin
jancsi15-Aug-01 5:08
jancsi15-Aug-01 5:08 
AnswerRe: how to get user group name (in Win NT)? plz Pin
Ben Burnett15-Aug-01 11:13
Ben Burnett15-Aug-01 11:13 
GeneralPlease help... Pin
15-Aug-01 4:51
suss15-Aug-01 4:51 

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.