Click here to Skip to main content
15,917,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProcessShellCommand problem in release mode Pin
NorGUI13-Aug-06 18:08
NorGUI13-Aug-06 18:08 
QuestionHow to print the text in the new line of a multi line edit box . Pin
VCSharp00713-Aug-06 18:05
VCSharp00713-Aug-06 18:05 
AnswerRe: How to print the text in the new line of a multi line edit box . [modified] Pin
bob1697213-Aug-06 18:26
bob1697213-Aug-06 18:26 
GeneralRe: How to print the text in the new line of a multi line edit box . Pin
VCSharp00713-Aug-06 20:44
VCSharp00713-Aug-06 20:44 
GeneralRe: How to print the text in the new line of a multi line edit box . Pin
Hamid_RT13-Aug-06 21:37
Hamid_RT13-Aug-06 21:37 
Questionabout system32\netshell.dll Pin
diat13-Aug-06 18:03
diat13-Aug-06 18:03 
AnswerRe: about system32\netshell.dll [modified] Pin
A_Fa13-Aug-06 19:11
A_Fa13-Aug-06 19:11 
Generaldetails, please Pin
diat16-Aug-06 17:53
diat16-Aug-06 17:53 
GeneralRe: details, please Pin
A_Fa16-Aug-06 20:03
A_Fa16-Aug-06 20:03 
QuestionRe: about system32\netshell.dll Pin
Hamid_RT13-Aug-06 21:35
Hamid_RT13-Aug-06 21:35 
QuestionCan a function call a afx_msg function??? [modified] Pin
mimimimilaw13-Aug-06 17:33
mimimimilaw13-Aug-06 17:33 
AnswerRe: Can a function call a afx_msg function??? Pin
Hamid_RT13-Aug-06 19:33
Hamid_RT13-Aug-06 19:33 
GeneralRe: Can a function call a afx_msg function??? Pin
mimimimilaw13-Aug-06 20:18
mimimimilaw13-Aug-06 20:18 
GeneralRe: Can a function call a afx_msg function??? Pin
Hamid_RT13-Aug-06 21:26
Hamid_RT13-Aug-06 21:26 
AnswerRe: Can a function call a afx_msg function??? Pin
prasad_som13-Aug-06 19:37
prasad_som13-Aug-06 19:37 
QuestionCan't Minimize windows Pin
Max++13-Aug-06 14:59
Max++13-Aug-06 14:59 
AnswerRe: Can't Minimize windows Pin
Waldermort13-Aug-06 15:04
Waldermort13-Aug-06 15:04 
Questionversioninfo problems Pin
Waldermort13-Aug-06 10:29
Waldermort13-Aug-06 10:29 
QuestionHow to change window RTL in RUNTIME? Pin
Kamyar Souri13-Aug-06 7:21
Kamyar Souri13-Aug-06 7:21 
QuestionLNK2005 error - first program with classes Pin
senthryl13-Aug-06 4:21
senthryl13-Aug-06 4:21 
AnswerRe: LNK2005 error - first program with classes Pin
Chris Losinger13-Aug-06 4:45
professionalChris Losinger13-Aug-06 4:45 
GeneralRe: LNK2005 error - first program with classes Pin
senthryl13-Aug-06 5:07
senthryl13-Aug-06 5:07 
I'm confused about where I should put the declarations for my classes and where to put the definitions. When reading my book I got the impression that a header file would contain only the class declarations, and that it would come with an associated .cpp file which contained the definitions. In the book they include the .cpp definition file from their main file, which then includes the .h declaration file at the top.

If I move all of the definitions from the .cpp file into the .h file with the declarations, and include the header file all at once, it works fine. But my book says that the definitions and declarations should be in different files...

Should they be in the same file, or different files, and if so, how must I include them?
GeneralRe: LNK2005 error - first program with classes [modified] Pin
Chris Losinger13-Aug-06 5:14
professionalChris Losinger13-Aug-06 5:14 
GeneralRe: LNK2005 error - first program with classes [modified] Pin
senthryl13-Aug-06 5:20
senthryl13-Aug-06 5:20 
GeneralRe: LNK2005 error - first program with classes Pin
Chris Losinger13-Aug-06 5:31
professionalChris Losinger13-Aug-06 5: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.