Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i access class member variable directly without creating object of that class. Pin
Abhijit D. Babar23-Feb-10 21:27
Abhijit D. Babar23-Feb-10 21:27 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
CPallini23-Feb-10 21:30
mveCPallini23-Feb-10 21:30 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
KarstenK23-Feb-10 21:38
mveKarstenK23-Feb-10 21:38 
QuestionWhat is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:18
Abhijit D. Babar23-Feb-10 21:18 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:24
protectorNelek23-Feb-10 21:24 
GeneralRe: What is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:28
Abhijit D. Babar23-Feb-10 21:28 
GeneralRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:42
protectorNelek23-Feb-10 21:42 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
KarstenK23-Feb-10 21:37
mveKarstenK23-Feb-10 21:37 
you can include resources, which will not be editable in the Resource editor of the VS. Interesting for constant stuff as error messages or data as images.
Press F1 for help or google it.
Greetings from Germany

QuestionHow to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:01
Abhijit D. Babar23-Feb-10 21:01 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:06
professionalRajesh R Subramanian23-Feb-10 21:06 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:14
Abhijit D. Babar23-Feb-10 21:14 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:18
professionalRajesh R Subramanian23-Feb-10 21:18 
AnswerRe: How to Create user defined constructor for dialog class. Pin
CPallini23-Feb-10 21:12
mveCPallini23-Feb-10 21:12 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Nelek23-Feb-10 21:19
protectorNelek23-Feb-10 21:19 
GeneralRe: How to Create user defined constructor for dialog class. Pin
CPallini23-Feb-10 21:25
mveCPallini23-Feb-10 21:25 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Nelek23-Feb-10 21:35
protectorNelek23-Feb-10 21:35 
QuestionWhat is the datatype for "this" pointer in C++ Pin
Abhijit D. Babar23-Feb-10 20:34
Abhijit D. Babar23-Feb-10 20:34 
AnswerRe: What is the datatype for "this" pointer in C++ Pin
Saurabh.Garg23-Feb-10 20:48
Saurabh.Garg23-Feb-10 20:48 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Avi Berger23-Feb-10 21:52
Avi Berger23-Feb-10 21:52 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Saurabh.Garg23-Feb-10 22:32
Saurabh.Garg23-Feb-10 22:32 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Richard MacCutchan24-Feb-10 1:12
mveRichard MacCutchan24-Feb-10 1:12 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Avi Berger24-Feb-10 4:57
Avi Berger24-Feb-10 4:57 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Richard MacCutchan24-Feb-10 7:34
mveRichard MacCutchan24-Feb-10 7:34 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Avi Berger25-Feb-10 5:58
Avi Berger25-Feb-10 5:58 
AnswerRe: What is the datatype for "this" pointer in C++ Pin
Cedric Moonen23-Feb-10 20:50
Cedric Moonen23-Feb-10 20:50 

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.