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

Managed C++/CLI

 
GeneralRe: Difference between IJW and #pragma unmanaged ? Pin
Nish Nishant7-Feb-11 9:16
sitebuilderNish Nishant7-Feb-11 9:16 
GeneralRe: Difference between IJW and #pragma unmanaged ? Pin
anti.AS7-Feb-11 9:36
anti.AS7-Feb-11 9:36 
QuestionWhat is Difference between Managed C++, C++/CLI and C++.Net Pin
Pranit Kothari5-Feb-11 4:26
Pranit Kothari5-Feb-11 4:26 
AnswerRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
Richard MacCutchan5-Feb-11 5:28
mveRichard MacCutchan5-Feb-11 5:28 
QuestionRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
Pranit Kothari5-Feb-11 5:59
Pranit Kothari5-Feb-11 5:59 
AnswerRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
Richard MacCutchan5-Feb-11 21:16
mveRichard MacCutchan5-Feb-11 21:16 
GeneralRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
Pranit Kothari6-Feb-11 3:20
Pranit Kothari6-Feb-11 3:20 
AnswerRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
John Schroedl5-Feb-11 8:02
professionalJohn Schroedl5-Feb-11 8:02 
Managed C++ is the older, deprecated syntax for using .NET libraries via C++. It had lots of nasty __ prefixes.

C++/CLI has much nicer keywords for declaring and using managed classes.

The best book I've found is "C++/CLI in Action" by Nishant Sivakumar from Manning Press.

http://www.manning.com/sivakumar/

John
GeneralRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
Pranit Kothari5-Feb-11 17:44
Pranit Kothari5-Feb-11 17:44 
GeneralRe: What is Difference between Managed C++, C++/CLI and C++.Net Pin
John Schroedl6-Feb-11 6:41
professionalJohn Schroedl6-Feb-11 6:41 
Questionsplit function Pin
ehsan161804-Feb-11 19:04
ehsan161804-Feb-11 19:04 
QuestionWhy Multiple projects Pin
Pranit Kothari4-Feb-11 8:28
Pranit Kothari4-Feb-11 8:28 
AnswerRe: Why Multiple projects Pin
Hans Dietrich4-Feb-11 9:23
mentorHans Dietrich4-Feb-11 9:23 
GeneralRe: Why Multiple projects Pin
Pranit Kothari5-Feb-11 4:22
Pranit Kothari5-Feb-11 4:22 
GeneralRe: Why Multiple projects Pin
Albert Holguin5-Feb-11 16:20
professionalAlbert Holguin5-Feb-11 16:20 
AnswerRe: Why Multiple projects Pin
jschell4-Feb-11 9:48
jschell4-Feb-11 9:48 
GeneralRe: Why Multiple projects Pin
Pranit Kothari5-Feb-11 4:22
Pranit Kothari5-Feb-11 4:22 
GeneralRe: Why Multiple projects Pin
jschell5-Feb-11 7:00
jschell5-Feb-11 7:00 
GeneralRe: Why Multiple projects Pin
Pranit Kothari5-Feb-11 17:42
Pranit Kothari5-Feb-11 17:42 
QuestionRequired msvcrt.pdb 7.0.2600.5512 Pin
ptr_Electron4-Feb-11 2:47
ptr_Electron4-Feb-11 2:47 
AnswerRe: Required msvcrt.pdb 7.0.2600.5512 Pin
John Schroedl4-Feb-11 5:19
professionalJohn Schroedl4-Feb-11 5:19 
AnswerRe: Required msvcrt.pdb 7.0.2600.5512 Pin
Hans Dietrich4-Feb-11 9:30
mentorHans Dietrich4-Feb-11 9:30 
QuestionCLI and Visual Studio 2008: IntelliSense Does not work Pin
Joschwenk6663-Feb-11 5:07
Joschwenk6663-Feb-11 5:07 
AnswerRe: CLI and Visual Studio 2008: IntelliSense Does not work Pin
John Schroedl3-Feb-11 8:45
professionalJohn Schroedl3-Feb-11 8:45 
QuestionHow to cancel console application? Pin
piul31-Jan-11 5:41
piul31-Jan-11 5:41 

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.