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

Managed C++/CLI

 
GeneralRe: C++/CLI Zooming Pin
Mark Salsbery29-Aug-07 18:40
Mark Salsbery29-Aug-07 18:40 
GeneralRe: C++/CLI Zooming Pin
Luc Pattyn29-Aug-07 23:31
sitebuilderLuc Pattyn29-Aug-07 23:31 
GeneralRe: C++/CLI Zooming Pin
Mark Salsbery30-Aug-07 4:56
Mark Salsbery30-Aug-07 4:56 
AnswerRe: C++/CLI Zooming Pin
Mark Salsbery28-Aug-07 12:56
Mark Salsbery28-Aug-07 12:56 
QuestionRuberbanding graphics without repainting entire screen Pin
BuckBrown28-Aug-07 10:01
BuckBrown28-Aug-07 10:01 
AnswerRe: Ruberbanding graphics without repainting entire screen Pin
Luc Pattyn28-Aug-07 12:30
sitebuilderLuc Pattyn28-Aug-07 12:30 
GeneralRe: Ruberbanding graphics without repainting entire screen Pin
BuckBrown28-Aug-07 12:43
BuckBrown28-Aug-07 12:43 
QuestionMethod definitions in header files Pin
Xpnctoc28-Aug-07 9:11
Xpnctoc28-Aug-07 9:11 
Here's what I hope is an easy group of questions:

I know the VS2005 IDE plugs method definitions into the .H file of C++/CLI forms because it's build on the same generator used by C#. The question is should I expend the effort to move method bodies over to the .CPP file every time I wire up a new control event handler? Is there a drawback (other than bad C++ practice) to have all of the code in the .H file? Are methods defined in the .H file without the use of they keyword "inline" treated as "inline" anyway, or are they compiled as if they were defined in the .CPP file?

Thanks.
AnswerRe: Method definitions in header files Pin
led mike29-Aug-07 5:21
led mike29-Aug-07 5:21 
AnswerRe: Method definitions in header files Pin
George L. Jackson29-Aug-07 7:37
George L. Jackson29-Aug-07 7:37 
GeneralRe: Method definitions in header files Pin
Xpnctoc29-Aug-07 8:29
Xpnctoc29-Aug-07 8:29 
GeneralRe: Method definitions in header files [modified] Pin
George L. Jackson29-Aug-07 12:01
George L. Jackson29-Aug-07 12:01 
GeneralRe: Method definitions in header files Pin
Mark Salsbery29-Aug-07 12:33
Mark Salsbery29-Aug-07 12:33 
GeneralRe: Method definitions in header files [modified] Pin
George L. Jackson29-Aug-07 12:54
George L. Jackson29-Aug-07 12:54 
GeneralRe: Method definitions in header files Pin
Mark Salsbery29-Aug-07 13:08
Mark Salsbery29-Aug-07 13:08 
Questionc++ Pin
ellllllllie28-Aug-07 5:03
ellllllllie28-Aug-07 5:03 
AnswerRe: c++ Pin
Luc Pattyn28-Aug-07 5:31
sitebuilderLuc Pattyn28-Aug-07 5:31 
Questionhow to get the primary key for a new row Pin
Stefan Baens27-Aug-07 22:50
Stefan Baens27-Aug-07 22:50 
AnswerRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 0:00
George L. Jackson28-Aug-07 0:00 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens28-Aug-07 1:04
Stefan Baens28-Aug-07 1:04 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 4:14
George L. Jackson28-Aug-07 4:14 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 13:36
George L. Jackson28-Aug-07 13:36 
AnswerRe: how to get the primary key for a new row Pin
led mike28-Aug-07 4:38
led mike28-Aug-07 4:38 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens29-Aug-07 5:15
Stefan Baens29-Aug-07 5:15 
GeneralRe: how to get the primary key for a new row Pin
led mike29-Aug-07 6:06
led mike29-Aug-07 6:06 

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.