Click here to Skip to main content
15,905,912 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: URGENT HELP Pin
George L. Jackson6-Oct-06 11:20
George L. Jackson6-Oct-06 11:20 
AnswerRe: URGENT HELP Pin
Christian Graus8-Oct-06 9:04
protectorChristian Graus8-Oct-06 9:04 
QuestionPaste does not work [modified] Pin
Dinka6-Oct-06 6:58
Dinka6-Oct-06 6:58 
QuestionGUIDs Pin
Julian Goldsmith5-Oct-06 8:03
Julian Goldsmith5-Oct-06 8:03 
QuestionRewrite this function pointer Pin
bankai1234-Oct-06 20:57
bankai1234-Oct-06 20:57 
AnswerRe: Rewrite this function pointer Pin
User 5838524-Oct-06 21:26
User 5838524-Oct-06 21:26 
QuestionCOM object that has been separated from the underlying RCW can not be used Pin
lafleon4-Oct-06 14:13
lafleon4-Oct-06 14:13 
QuestionOrganization of .cpp and header files. [modified] Pin
bankai1233-Oct-06 13:51
bankai1233-Oct-06 13:51 
I was wondering why when creating a Windows Forms application, the code generated is organized with the all the code in the header file, and not much at all in the .cpp file. I've always thought that it was best practice to store all the functions, event handlers..etc in the .cpp file, with the header file left with the includes, and declarations ...etc. Currently all my code is located in the header files, and the .cpp files are left almost empty.

Is there a preference in the C++/CLI community to arrange the files as such? Does it really make a difference at all?


-- modified at 20:01 Tuesday 3rd October, 2006
AnswerRe: Organization of .cpp and header files. Pin
User 5838523-Oct-06 20:20
User 5838523-Oct-06 20:20 
QuestionChange to /clr option Pin
Epi3-Oct-06 3:27
Epi3-Oct-06 3:27 
AnswerRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:32
sitebuilderNish Nishant3-Oct-06 4:32 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 4:38
Epi3-Oct-06 4:38 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:49
sitebuilderNish Nishant3-Oct-06 4:49 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 5:11
Epi3-Oct-06 5:11 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 5:29
sitebuilderNish Nishant3-Oct-06 5:29 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 21:55
Epi3-Oct-06 21:55 
GeneralRe: Change to /clr option Pin
Epi4-Oct-06 4:50
Epi4-Oct-06 4:50 
QuestionShow Console + ShowDialog [modified] Pin
bankai1232-Oct-06 16:13
bankai1232-Oct-06 16:13 
AnswerRe: Show Console + ShowDialog [modified] Pin
User 5838522-Oct-06 20:47
User 5838522-Oct-06 20:47 
GeneralRe: Show Console + ShowDialog Pin
bankai1232-Oct-06 21:15
bankai1232-Oct-06 21:15 
GeneralRe: Show Console + ShowDialog Pin
User 5838522-Oct-06 21:18
User 5838522-Oct-06 21:18 
GeneralRe: Show Console + ShowDialog Pin
bankai1233-Oct-06 13:47
bankai1233-Oct-06 13:47 
Questionopengl problem Pin
Arif Liminto1-Oct-06 22:08
professionalArif Liminto1-Oct-06 22:08 
AnswerRe: opengl problem Pin
Christian Graus1-Oct-06 23:49
protectorChristian Graus1-Oct-06 23:49 
QuestionManaged C++ Winforms using MouseEnter/Leave Pin
sirokket161-Oct-06 14:54
sirokket161-Oct-06 14:54 

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.