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

Managed C++/CLI

 
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 
AnswerRe: What is the meaning of Managed C++.. Pin
George L. Jackson3-Feb-06 8:00
George L. Jackson3-Feb-06 8:00 
Some applications, during run-time, require dynamic memory allocations to do the required data processing. If these allocations of memory are not returned to the operating system before the application terminates, no other application can reallocate this memory (this is known as a "memory leak"). With unmanaged code, it is the responsibility of the developer to deallocate memory before application expected or unexpected termination. With managed code, memory deallocation is taken care of by a process called Garbage Collection (GC). The GC process reduces the developer's burden of managing memory.
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 
QuestionShare permissions Pin
kelprinc23-Jan-06 21:10
kelprinc23-Jan-06 21:10 

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.