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

Managed C++/CLI

 
AnswerRe: mouse in c++ language [modified] Pin
Jun Du19-Sep-06 5:17
Jun Du19-Sep-06 5:17 
QuestionCode layout Pin
User 58385218-Sep-06 15:45
User 58385218-Sep-06 15:45 
AnswerRe: Code layout Pin
Jun Du18-Sep-06 16:26
Jun Du18-Sep-06 16:26 
Josh Gray wrote:
do you still split the interface and implementation between a .h and .cpp file?


I don't split with VS.NET any more.

Josh Gray wrote:
The examples in MSDN that I've seen seem to have everything in lined and coded in one file


One important reason could be that when you use VS.NET IDE, all the compiler generated code is defaulted to the header, including event handlers. Manually relocating the compiler generated code could cause problems to code updates later. That said, I am not aware of any C++/CLI coding standard that supports or objects to this trend.

Best,
Jun

AnswerRe: Code layout Pin
George L. Jackson20-Sep-06 14:31
George L. Jackson20-Sep-06 14:31 
AnswerRe: Code layout Pin
zaccheus21-Sep-06 9:18
zaccheus21-Sep-06 9:18 
QuestionIE automatic refresh?? Pin
trixter200418-Sep-06 11:22
trixter200418-Sep-06 11:22 
AnswerRe: IE automatic refresh?? Pin
S Douglas18-Sep-06 19:31
professionalS Douglas18-Sep-06 19:31 
GeneralRe: IE automatic refresh?? Pin
trixter200419-Sep-06 13:39
trixter200419-Sep-06 13:39 
GeneralRe: IE automatic refresh?? Pin
S Douglas19-Sep-06 14:23
professionalS Douglas19-Sep-06 14:23 
GeneralRe: IE automatic refresh?? Pin
trixter200419-Sep-06 18:00
trixter200419-Sep-06 18:00 
GeneralRe: IE automatic refresh?? Pin
S Douglas19-Sep-06 22:18
professionalS Douglas19-Sep-06 22:18 
QuestionUNICODE to ASCII Conversion Pin
AlekseyUS18-Sep-06 10:29
AlekseyUS18-Sep-06 10:29 
AnswerRe: UNICODE to ASCII Conversion Pin
led mike18-Sep-06 10:34
led mike18-Sep-06 10:34 
QuestionExtract substring from string Pin
bigguru117-Sep-06 6:41
bigguru117-Sep-06 6:41 
AnswerRe: Extract substring from string Pin
zaccheus17-Sep-06 9:18
zaccheus17-Sep-06 9:18 
GeneralRe: Extract substring from string Pin
bigguru117-Sep-06 18:50
bigguru117-Sep-06 18:50 
QuestionHow to (re)size an array using Int64 Pin
zaccheus17-Sep-06 1:25
zaccheus17-Sep-06 1:25 
AnswerRe: How to (re)size an array using Int64 Pin
Christian Graus17-Sep-06 11:24
protectorChristian Graus17-Sep-06 11:24 
GeneralRe: How to (re)size an array using Int64 Pin
zaccheus17-Sep-06 12:51
zaccheus17-Sep-06 12:51 
GeneralRe: How to (re)size an array using Int64 Pin
Christian Graus17-Sep-06 13:19
protectorChristian Graus17-Sep-06 13:19 
AnswerRe: How to (re)size an array using Int64 Pin
Daniel Grunwald22-Sep-06 21:50
Daniel Grunwald22-Sep-06 21:50 
GeneralRe: How to (re)size an array using Int64 Pin
zaccheus23-Sep-06 1:20
zaccheus23-Sep-06 1:20 
Questionmorris pratt Pin
vtalau17-Sep-06 0:44
vtalau17-Sep-06 0:44 
Questionunmanaged -> managed call (again) Pin
Dragan Matic14-Sep-06 23:16
Dragan Matic14-Sep-06 23:16 
AnswerRe: unmanaged -> managed call (again) Pin
User 58385218-Sep-06 15:53
User 58385218-Sep-06 15:53 

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.