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

Managed C++/CLI

 
GeneralRe: help a beginner please Pin
Albert Holguin21-Mar-12 7:50
professionalAlbert Holguin21-Mar-12 7:50 
QuestionPlease explain below code.... Pin
Member 154408715-Mar-12 5:44
Member 154408715-Mar-12 5:44 
AnswerRe: Please explain below code.... Pin
Richard MacCutchan15-Mar-12 6:03
mveRichard MacCutchan15-Mar-12 6:03 
GeneralRe: Please explain below code.... Pin
Member 154408715-Mar-12 6:22
Member 154408715-Mar-12 6:22 
GeneralRe: Please explain below code.... Pin
Richard MacCutchan15-Mar-12 6:54
mveRichard MacCutchan15-Mar-12 6:54 
Questionwhy construction called when i overload the operator new in c++ by calling malloc Pin
AARON_ZXF2-Mar-12 23:05
AARON_ZXF2-Mar-12 23:05 
AnswerRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Richard MacCutchan2-Mar-12 23:16
mveRichard MacCutchan2-Mar-12 23:16 
GeneralRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Albert Holguin21-Mar-12 8:50
professionalAlbert Holguin21-Mar-12 8:50 
Voted a 4: although you're right about the class operator new being called first, it will eventually call the global new within it, don't think the compiler allows you to dodge the constructor with the new keyword. See the link I provided below...

It's really a good question because I never tried to do this before.
GeneralRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Richard MacCutchan27-Mar-12 22:03
mveRichard MacCutchan27-Mar-12 22:03 
AnswerRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Philippe Mori3-Mar-12 5:09
Philippe Mori3-Mar-12 5:09 
AnswerRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Albert Holguin21-Mar-12 8:45
professionalAlbert Holguin21-Mar-12 8:45 
AnswerRe: why construction called when i overload the operator new in c++ by calling malloc Pin
Philippe Mori6-Apr-12 14:43
Philippe Mori6-Apr-12 14:43 
QuestionIs it safe to pass CComVariant declared locally ot other function Pin
ptr_Electron21-Feb-12 1:57
ptr_Electron21-Feb-12 1:57 
QuestionMouseEnter and MouseLeave Events Pin
Lucidation20-Feb-12 11:54
Lucidation20-Feb-12 11:54 
QuestionClass Constructor in C++ Pin
Lamos Paul20-Feb-12 8:38
Lamos Paul20-Feb-12 8:38 
AnswerRe: Class Constructor in C++ Pin
Richard Andrew x6420-Feb-12 9:14
professionalRichard Andrew x6420-Feb-12 9:14 
GeneralRe: Class Constructor in C++ Pin
Lamos Paul20-Feb-12 9:45
Lamos Paul20-Feb-12 9:45 
AnswerRe: Class Constructor in C++ Pin
Maximilien20-Feb-12 9:43
Maximilien20-Feb-12 9:43 
GeneralRe: Class Constructor in C++ Pin
Lamos Paul20-Feb-12 10:50
Lamos Paul20-Feb-12 10:50 
GeneralRe: Class Constructor in C++ Pin
Richard MacCutchan20-Feb-12 22:11
mveRichard MacCutchan20-Feb-12 22:11 
AnswerRe: Class Constructor in C++ Pin
jschell20-Feb-12 10:29
jschell20-Feb-12 10:29 
QuestionFading a Form Pin
Lucidation18-Feb-12 7:15
Lucidation18-Feb-12 7:15 
AnswerRe: Fading a Form Pin
Philippe Mori18-Feb-12 8:28
Philippe Mori18-Feb-12 8:28 
GeneralRe: Fading a Form Pin
Lucidation18-Feb-12 13:55
Lucidation18-Feb-12 13:55 
AnswerRe: Fading a Form PinPopular
Luc Pattyn18-Feb-12 14:15
sitebuilderLuc Pattyn18-Feb-12 14:15 

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.