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

Managed C++/CLI

 
Questionbrowse remote directory? Pin
chaiyan13-May-03 17:22
chaiyan13-May-03 17:22 
AnswerRe: browse remote directory? Pin
Paul Selormey14-May-03 15:19
Paul Selormey14-May-03 15:19 
AnswerRe: browse remote directory? Pin
Anonymous7-Jun-03 0:14
Anonymous7-Jun-03 0:14 
Question(Unmanaged classes) in managed C++ Form application? Pin
super12-May-03 0:28
professionalsuper12-May-03 0:28 
AnswerRe: (Unmanaged classes) in managed C++ Form application? Pin
Fazlul Kabir12-May-03 4:08
Fazlul Kabir12-May-03 4:08 
AnswerRe: (Unmanaged classes) in managed C++ Form application? Pin
apferreira3-Jun-03 1:56
apferreira3-Jun-03 1:56 
GeneralManaged C++ & Shrink Wrapped Software Pin
Harrier11-May-03 11:10
Harrier11-May-03 11:10 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Wesner Moise19-May-03 9:43
Wesner Moise19-May-03 9:43 
For all it is worth, I am a former developer of Microsoft Excel and am using C# to develop shrink-wrapped desktop software.

The plus:
1) Garbage collection reduces an entire class of errors
2) Performance is actually quite good. One thing that you often don't hear is that code written in C# can actually be faster than C++ in many cases because of
a) Extensive inlining,
b) use of the __fastcall convention,
c) ultrafast heap allocation
d) sizeable library
3) Very good exception handling
4) You are going to develop your software much faster

The one bad thing is the omission of some of the document infrastructure of MFC and the number of third-party support for MFC.

Thanks,
Wes
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Paul Selormey22-May-03 5:26
Paul Selormey22-May-03 5:26 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Nick Parker25-May-03 3:44
protectorNick Parker25-May-03 3:44 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Paul Selormey25-May-03 14:12
Paul Selormey25-May-03 14:12 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Nick Parker25-May-03 17:24
protectorNick Parker25-May-03 17:24 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Paul Selormey25-May-03 18:01
Paul Selormey25-May-03 18:01 
GeneralRe: Managed C++ & Shrink Wrapped Software Pin
Nick Parker29-May-03 19:00
protectorNick Parker29-May-03 19:00 
QuestionPossible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 6:05
Member 969-May-03 6:05 
AnswerRe: Possible bug in .net when calling managed c++ .dll? Pin
George L. Jackson9-May-03 6:57
George L. Jackson9-May-03 6:57 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 7:05
Member 969-May-03 7:05 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 7:18
Member 969-May-03 7:18 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
George L. Jackson9-May-03 7:36
George L. Jackson9-May-03 7:36 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 8:06
Member 969-May-03 8:06 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 8:22
Member 969-May-03 8:22 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
George L. Jackson9-May-03 9:02
George L. Jackson9-May-03 9:02 
GeneralEquivalent of atoi( ) function Pin
super9-May-03 1:55
professionalsuper9-May-03 1:55 
GeneralRe: Equivalent of atoi( ) function Pin
Paul Ingles9-May-03 3:09
Paul Ingles9-May-03 3:09 
GeneralMC++ indexed properties and C# Pin
Paul Selormey6-May-03 15:12
Paul Selormey6-May-03 15:12 

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.