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

Managed C++/CLI

 
GeneralRe: how to prevent a file from being opened? Pin
sundar15621-Sep-06 6:11
sundar15621-Sep-06 6:11 
GeneralRe: how to prevent a file from being opened? Pin
Christian Graus21-Sep-06 10:30
protectorChristian Graus21-Sep-06 10:30 
GeneralRe: how to prevent a file from being opened? Pin
sundar15621-Sep-06 11:00
sundar15621-Sep-06 11:00 
Questionmouse in c++ language Pin
A_kristill18-Sep-06 20:37
A_kristill18-Sep-06 20:37 
AnswerRe: mouse in c++ language Pin
Christian Graus18-Sep-06 20:42
protectorChristian Graus18-Sep-06 20:42 
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 

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.