Click here to Skip to main content
16,004,974 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionUnmanaged Class Serialization in VC .NET Pin
cxxxc26-Jan-06 1:10
cxxxc26-Jan-06 1:10 
AnswerRe: Unmanaged Class Serialization in VC .NET Pin
Nemanja Trifunovic26-Jan-06 2:12
Nemanja Trifunovic26-Jan-06 2:12 
GeneralRe: Unmanaged Class Serialization in VC .NET Pin
cxxxc26-Jan-06 23:55
cxxxc26-Jan-06 23:55 
QuestionUse Standard Windows Libraries or Use MFC in a Static Library or Use MFC in a Shared DLL Pin
devinzhang25-Jan-06 10:34
devinzhang25-Jan-06 10:34 
QuestionWhat is the meaning of Managed C++.. Pin
Yuwraj24-Jan-06 19:44
Yuwraj24-Jan-06 19:44 
AnswerRe: What is the meaning of Managed C++.. Pin
larryfran24-Jan-06 19:54
larryfran24-Jan-06 19:54 
AnswerRe: What is the meaning of Managed C++.. Pin
imsathy24-Jan-06 20:37
imsathy24-Jan-06 20:37 
AnswerRe: What is the meaning of Managed C++.. Pin
toxcct24-Jan-06 21:50
toxcct24-Jan-06 21:50 
i'm not a MC++ expert, but here are the facts.

every program compiled to run on the .NET framework is not compiled in native language (directly for the microprocessor) but into an intermediate language called MSIL (Microsoft Intermediate Language). Then, at the first execution of the program, its final compilation into native is executed BY the framework, so that the same program can be run either on whatever plateform that have the .NET framework running...
it is exactly the same as java does with its Byte-Code intermediate language and its JVM/JRE (java virtual machine/Java runtime environment).
there are several languages purely oriented .NET such as C# or VB.NET, and C++ has been implemented too (with several differences in the syntax also) within the new Managed C++ language, also refered to as C++/CLI...



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
AnswerRe: What is the meaning of Managed C++.. Pin
George L. Jackson3-Feb-06 8:00
George L. Jackson3-Feb-06 8:00 
Questionhey guys how do u load ..... Pin
abstarsss24-Jan-06 19:36
abstarsss24-Jan-06 19:36 
QuestionCan C++ be used to creat a powerful web app? Pin
larryfran24-Jan-06 19:18
larryfran24-Jan-06 19:18 
AnswerRe: Can C++ be used to creat a powerful web app? Pin
toxcct24-Jan-06 21:53
toxcct24-Jan-06 21:53 
AnswerRe: Can C++ be used to creat a powerful web app? Pin
George L. Jackson3-Feb-06 8:09
George L. Jackson3-Feb-06 8:09 
QuestionGet full pa Pin
Arumugarani Sundaram24-Jan-06 18:08
Arumugarani Sundaram24-Jan-06 18:08 
Questionpassing a managed structure to an unmanaged virtual function... Pin
chervu24-Jan-06 7:14
chervu24-Jan-06 7:14 
Question__gc struct array with string array fields Pin
Tammo_24-Jan-06 5:38
Tammo_24-Jan-06 5:38 
Question__gc* equivalent in VC++ 2005 Pin
madhusri24-Jan-06 4:43
madhusri24-Jan-06 4:43 
AnswerRe: __gc* equivalent in VC++ 2005 Pin
Nish Nishant24-Jan-06 5:45
sitebuilderNish Nishant24-Jan-06 5:45 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
madhusri24-Jan-06 18:09
madhusri24-Jan-06 18:09 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
Nish Nishant25-Jan-06 1:35
sitebuilderNish Nishant25-Jan-06 1:35 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
madhusri26-Jan-06 21:54
madhusri26-Jan-06 21:54 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
Sriinii27-Jan-06 0:49
Sriinii27-Jan-06 0:49 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
Nish Nishant28-Jan-06 2:22
sitebuilderNish Nishant28-Jan-06 2:22 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
George L. Jackson3-Feb-06 8:55
George L. Jackson3-Feb-06 8:55 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
engsrini3-Feb-06 19:36
engsrini3-Feb-06 19:36 

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.