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

Managed C++/CLI

 
GeneralRe: No output from << operator in console app - code correction Pin
Jeff J18-Jan-03 0:17
Jeff J18-Jan-03 0:17 
GeneralRe: No output from << operator in console app - code correction Pin
malmi18-Jan-03 6:02
malmi18-Jan-03 6:02 
GeneralStupid question about VC6 to VC.Net migration reason Pin
Member 13901616-Jan-03 0:23
Member 13901616-Jan-03 0:23 
GeneralSystem::String/StringBuilder as out parameter Pin
Paul Selormey14-Jan-03 22:23
Paul Selormey14-Jan-03 22:23 
GeneralRe: System::String/StringBuilder as out parameter Pin
Jeff J15-Jan-03 10:16
Jeff J15-Jan-03 10:16 
GeneralRe: System::String/StringBuilder as out parameter Pin
Paul Selormey15-Jan-03 15:40
Paul Selormey15-Jan-03 15:40 
GeneralRe: System::String/StringBuilder as out parameter Pin
Paul Selormey15-Jan-03 15:48
Paul Selormey15-Jan-03 15:48 
GeneralRe: System::String/StringBuilder as out parameter Pin
Jeff J16-Jan-03 13:29
Jeff J16-Jan-03 13:29 
Hi Paul,

Thanks for the bit from the Ronald Laeremans; there's nothing like inside info Smile | :) I had been wondering why the compiler treats pointers to __value parameters the same as declaring them as C++ references. Knowing that this stuff is ".Net official" makes me feel better about the future for code I've written. Please feel free to post anything else you get from the inside!

Sorry I didn't cover passing __value types in my first post; I was only talking about types that are already "CLR reference object"/pointer types, when I talked about pointers to pointers. I pass __value types the same way you did (as a C++ reference), and skip the pointer syntax.

Cheers,
Jeff
GeneralHelp me!!! A issue of wrapping unmanaged class with Managed C++ Pin
Anonymous14-Jan-03 3:23
Anonymous14-Jan-03 3:23 
GeneralRe: Help me!!! A issue of wrapping unmanaged class with Managed C++ Pin
Anonymous14-Jan-03 21:43
Anonymous14-Jan-03 21:43 
GeneralRe: Help me!!! A issue of wrapping unmanaged class with Managed C++ Pin
Paul Selormey14-Jan-03 22:25
Paul Selormey14-Jan-03 22:25 
Generalstatic constructors - still cannot get it! Pin
Paul Selormey14-Jan-03 0:55
Paul Selormey14-Jan-03 0:55 
Generalstd::string marshalling Pin
Member 1043939-Jan-03 12:39
Member 1043939-Jan-03 12:39 
GeneralRe: std::string marshalling Pin
Jeff J9-Jan-03 20:24
Jeff J9-Jan-03 20:24 
Generalweb project with Visual C++ Pin
naradaji8-Jan-03 4:23
naradaji8-Jan-03 4:23 
GeneralRe: web project with Visual C++ Pin
AlexO8-Jan-03 5:23
AlexO8-Jan-03 5:23 
GeneralRe: web project with Visual C++ Pin
naradaji8-Jan-03 20:54
naradaji8-Jan-03 20:54 
QuestionHow can build an exe file by VS .NET to execute it on Windows_98? Pin
Behzad Ebrahimi7-Jan-03 0:13
Behzad Ebrahimi7-Jan-03 0:13 
AnswerRe: How can build an exe file by VS .NET to execute it on Windows_98? Pin
Paul Ingles7-Jan-03 1:26
Paul Ingles7-Jan-03 1:26 
AnswerRe: How can build an exe file by VS .NET to execute it on Windows_98? Pin
Brian Olej8-Jan-03 13:00
Brian Olej8-Jan-03 13:00 
Generalcaught between managed and unmanaged C++ Pin
Member 10439331-Dec-02 5:26
Member 10439331-Dec-02 5:26 
GeneralRe: caught between managed and unmanaged C++ Pin
Jeff J1-Jan-03 18:22
Jeff J1-Jan-03 18:22 
Generallinking error Pin
EyesOfTruth24-Dec-02 6:57
EyesOfTruth24-Dec-02 6:57 
GeneralDirectX 9.0 Released Pin
Heath Stewart20-Dec-02 9:29
protectorHeath Stewart20-Dec-02 9:29 
GeneralUsing DLL's in Managed C++ Pin
zaza_nata19-Dec-02 20:02
susszaza_nata19-Dec-02 20:02 

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.