Click here to Skip to main content
16,011,542 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why C++/CLI? Pin
Mark Salsbery29-Oct-06 14:40
Mark Salsbery29-Oct-06 14:40 
AnswerRe: Why C++/CLI? Pin
Jun Du29-Oct-06 14:41
Jun Du29-Oct-06 14:41 
GeneralRe: Why C++/CLI? Pin
uusheikh29-Oct-06 22:34
uusheikh29-Oct-06 22:34 
Questionproblem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 9:50
watherby3329-Oct-06 9:50 
AnswerRe: problem with pointers to pointers in VC++ Pin
PJ Arends29-Oct-06 10:13
professionalPJ Arends29-Oct-06 10:13 
GeneralRe: problem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 10:35
watherby3329-Oct-06 10:35 
QuestionC++/CLI Pin
Demian Panello29-Oct-06 9:04
Demian Panello29-Oct-06 9:04 
AnswerRe: C++/CLI Pin
Mark Salsbery29-Oct-06 9:33
Mark Salsbery29-Oct-06 9:33 
Demian Panello wrote:
1 - Is C++/CLI available in NET framework 1.1?, or is it just called Managed C++?.


You can access the .NET framework using Managed C++


Demian Panello wrote:
2- If it's not, could I install the NET framework 2.0 to be able to use it in my current Visual Studio enviroment??


No you can't use .NET 2.0+ framework in VC++ 2003. You need 2005 for that.


You can learn C++/CLI in 2003, no problem. BUT, the managed extensions used in 2003 were rolled
into the the C++ language proper in 2005 so the syntax of most managed extensions changed.
Here's the document describing the changes:
Managed Extensions for C++ Syntax Upgrade Checklist[^]

If you have 2005 then it's worthwile to install it and start there. Otherwise, all the code
you write in 2003 is eventually going to have to be ported to the new syntax.

Mark
GeneralRe: C++/CLI [modified] Pin
Demian Panello29-Oct-06 10:28
Demian Panello29-Oct-06 10:28 
AnswerRe: C++/CLI Pin
Christian Graus29-Oct-06 11:22
protectorChristian Graus29-Oct-06 11:22 
Questionactivate Edit - Copy/Paste Pin
Tara1429-Oct-06 6:16
Tara1429-Oct-06 6:16 
AnswerRe: activate Edit - Copy/Paste Pin
PJ Arends29-Oct-06 10:17
professionalPJ Arends29-Oct-06 10:17 
QuestionMAPI - IAddrBook,calling to function Address(..) to open address book fails Pin
YaronNir29-Oct-06 4:18
YaronNir29-Oct-06 4:18 
AnswerRe: MAPI - IAddrBook,calling to function Address(..) to open address book fails Pin
PJ Arends29-Oct-06 7:18
professionalPJ Arends29-Oct-06 7:18 
QuestionC++ Pin
KOKEMO29-Oct-06 1:31
KOKEMO29-Oct-06 1:31 
AnswerRe: C++ Pin
Michael Dunn29-Oct-06 1:59
sitebuilderMichael Dunn29-Oct-06 1:59 
Questionsetting symbolic name to functions and methods Pin
mt_samiei28-Oct-06 20:21
mt_samiei28-Oct-06 20:21 
QuestionWhich edit box was clicked? [modified] Pin
Oliver12328-Oct-06 19:20
Oliver12328-Oct-06 19:20 
AnswerRe: Which edit box was clicked? Pin
PJ Arends28-Oct-06 21:25
professionalPJ Arends28-Oct-06 21:25 
GeneralRe: Which edit box was clicked? Pin
Oliver12329-Oct-06 13:18
Oliver12329-Oct-06 13:18 
AnswerRe: Which edit box was clicked? Pin
Mark Salsbery29-Oct-06 14:28
Mark Salsbery29-Oct-06 14:28 
QuestionOwner Drawn Pin
BlitzPackage28-Oct-06 13:28
BlitzPackage28-Oct-06 13:28 
AnswerRe: Owner Drawn Pin
Christian Graus28-Oct-06 13:37
protectorChristian Graus28-Oct-06 13:37 
GeneralRe: Owner Drawn Pin
BlitzPackage28-Oct-06 13:41
BlitzPackage28-Oct-06 13:41 
GeneralRe: Owner Drawn Pin
Jörgen Sigvardsson29-Oct-06 9:17
Jörgen Sigvardsson29-Oct-06 9:17 

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.