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

Managed C++/CLI

 
Questionans required? Pin
imran_rafique7-Dec-02 9:44
imran_rafique7-Dec-02 9:44 
GeneralC++ vs. Managed C++ Pin
SanShou6-Dec-02 4:50
SanShou6-Dec-02 4:50 
GeneralRe: C++ vs. Managed C++ Pin
Jeff J6-Dec-02 12:55
Jeff J6-Dec-02 12:55 
GeneralRe: C++ vs. Managed C++ Pin
Nitron7-Dec-02 12:49
Nitron7-Dec-02 12:49 
GeneralRe: C++ vs. Managed C++ Pin
SanShou9-Dec-02 11:02
SanShou9-Dec-02 11:02 
GeneralRe: C++ vs. Managed C++ Pin
Nick Parker7-Dec-02 5:08
protectorNick Parker7-Dec-02 5:08 
GeneralRe: C++ vs. Managed C++ Pin
SanShou9-Dec-02 11:05
SanShou9-Dec-02 11:05 
GeneralRe: C++ vs. Managed C++ Pin
Nick Parker11-Dec-02 9:47
protectorNick Parker11-Dec-02 9:47 
SanShou wrote:
I am going to have to reasearch such as ngen'd

In short, when you load a application that was developed under .NET it has to take the MSIL and run it through the JIT compiler to produce native code in memory. This is typically very fast and you really don't notice it. However there are times when you can use the n'gen utility to run the .NET application through the JIT compiler and have it produce the native code which you can persist to disk. Once the application has been n'gened you will no longer have the JIT compiling taking place, that is essentially all you gain/lose. Hope this helps.



Nick Parker

Not everything that can be counted counts, and not everything that counts can be counted. - Albert Einstein


GeneralWriting COM accesible objects in Managed C++ Pin
tlemoine5-Dec-02 15:18
tlemoine5-Dec-02 15:18 
GeneralRe: Writing COM accesible objects in Managed C++ Pin
Jonathan [Darka]13-Dec-02 3:22
professionalJonathan [Darka]13-Dec-02 3:22 
GeneralRe: Writing COM accesible objects in Managed C++ Pin
Jonathan [Darka]13-Dec-02 3:24
professionalJonathan [Darka]13-Dec-02 3:24 
GeneralAmbiguous calls Pin
Soni3-Dec-02 20:20
Soni3-Dec-02 20:20 
GeneralRe: Ambiguous calls Pin
Alexandru Savescu3-Dec-02 21:57
Alexandru Savescu3-Dec-02 21:57 
GeneralRe: Ambiguous calls Pin
Soni4-Dec-02 0:11
Soni4-Dec-02 0:11 
GeneralForm Handle Pin
Jeff J2-Dec-02 10:33
Jeff J2-Dec-02 10:33 
GeneralRe: Form Handle Pin
Kannan Kalyanaraman3-Dec-02 3:53
Kannan Kalyanaraman3-Dec-02 3:53 
GeneralRe: Form Handle Pin
Jeff J3-Dec-02 13:06
Jeff J3-Dec-02 13:06 
GeneralC++ plotting routine Pin
amica29-Nov-02 12:34
amica29-Nov-02 12:34 
QuestionHow to Change the Icon from the TitleBar Pin
Peter Fonk27-Nov-02 22:34
Peter Fonk27-Nov-02 22:34 
AnswerRe: How to Change the Icon from the TitleBar Pin
Jeff J2-Dec-02 15:41
Jeff J2-Dec-02 15:41 
GeneralRe: How to Change the Icon from the TitleBar Pin
Peter Fonk3-Dec-02 0:55
Peter Fonk3-Dec-02 0:55 
GeneralWrapping a unmanaged C++ class Pin
simwiz27-Nov-02 22:28
simwiz27-Nov-02 22:28 
QuestionCan anybody help me? Pin
mwhassan26-Nov-02 15:36
mwhassan26-Nov-02 15:36 
Generalfstream Pin
krauftig24-Nov-02 22:39
krauftig24-Nov-02 22:39 
GeneralRe: fstream Pin
Nick Hodapp25-Nov-02 8:01
sitebuilderNick Hodapp25-Nov-02 8:01 

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.