C++/CLI render all Managed C++ books obsolete

R

_R

I have a few books on Managed Extensions for C++, but I'm wondering if
there is any point to studying them or buying more given that C++/CLI
is imminent. It seems that the whole Managed C++ paradigm is changing
sufficiently in syntax and approach to send those books into the $3
bin soon.

I suppose there will be legacy syntax switches for the compiler, but
for anyone just taking up Managed C++, what good are books or
articles on Managed Extensions? Looks like there's soon to be a
vacuum there (re hardcopy).
 
R

RBischoff

Hello _R,

You are correct, the MS C++ team has done a great job to bring C++ up to
the citizenship of C# for the .NET environment. Since the new CLI syntax
is so much better than the current Managed C++ syntax, I would imagine most
people would be eager to drop MC++ and adopt CLI , of course this is just
one of several reasons to move forward with CLI. It probably depends on
when your shipping your product, huh :)

Hope this helps,
RBischoff
-----------------------------------------
http://msdn.microsoft.com/visualc/
http://www.mvps.org/vcfaq/
http://msdn.microsoft.com/visualc/whidbey/default.aspx (CLI)

_> I have a few books on Managed Extensions for C++, but I'm wondering
_> if there is any point to studying them or buying more given that
_> C++/CLI is imminent. It seems that the whole Managed C++ paradigm is
_> changing sufficiently in syntax and approach to send those books into
_> the $3 bin soon.
_>
_> I suppose there will be legacy syntax switches for the compiler, but
_> for anyone just taking up Managed C++, what good are books or
_> articles on Managed Extensions? Looks like there's soon to be a
_> vacuum there (re hardcopy).
_>
 
I

Ioannis Vranos

_R said:
I have a few books on Managed Extensions for C++,


I am currently reading one (my second). :)

but I'm wondering if
there is any point to studying them or buying more given that C++/CLI
is imminent. It seems that the whole Managed C++ paradigm is changing
sufficiently in syntax and approach to send those books into the $3
bin soon.


What I am currently doing is not concentrating on the syntax how to define a property etc,
but on the .NET API which remains the same.


I suppose there will be legacy syntax switches for the compiler,


Yes, /clr:blush:ldSyntax

but
for anyone just taking up Managed C++, what good are books or
articles on Managed Extensions? Looks like there's soon to be a
vacuum there (re hardcopy).


See above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top