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

Managed C++/CLI

 
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 
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 
I'm just off the wikipedia site, reading on the concept of CLI, bytecode, JIT, Managed C++, etc. It jdawns on me that Microsoft's .NET Framework( still a key part of VS 2005)makes C++ no longer a precompiled Lan tool anymore! The C++ code is precompiled by .NET engine to bytecode, which is transmitted to the user, then translated into machine code by .NET virtual machine on the users's computer, just before runtime. (Just In Time-- JIT)

This is exactly like what Java does. So .NET Framework makes C++ like Java?

Here is my question, if .NET Framework makes C++ portable now, why bother with C#? to create web, ADO.NET, and ASP.NET applycations?

Can I stay with C++ to creat a powerful ASP.Net apps? Do you have weblinks talking about this subject?

Thanks

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 
QuestionShare permissions Pin
kelprinc23-Jan-06 21:10
kelprinc23-Jan-06 21:10 
QuestionConvert Binary File to Text File in C++ Pin
PremalathaP23-Jan-06 19:12
PremalathaP23-Jan-06 19:12 
AnswerRe: Convert Binary File to Text File in C++ Pin
Cedric Moonen23-Jan-06 20:54
Cedric Moonen23-Jan-06 20:54 

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.