c# lesson for c++ developers

M

Matter Paneer

I was sitting on my porch reading 'c# Class Design' from WROX press and i
thought this paragraph was interesting:

______
Where reference types are concerned, C++ developers will need to get used to
not thinking in terms of pointers. Although this is more-or-less what
happens behind the scenes, the CRL moves objects around on the managed heap
and adjusts references on the fly while the application is running. SInce
we don't notice this at run time and it's no obvious from the source code,
it confuses matters if you mentally try to tranlate between c# and c++ as
you write.
_____


This to me shows what a radical break there is between c++ and c# and how
being a c++ *guru* can be a real detriment to learning c#.
 
S

Steven H

This to me shows what a radical break there is between c++ and c# and how
being a c++ *guru* can be a real detriment to learning c#.

but dosent that fact also relate to java (which predates .net by a few
years). doesnt being a c++ geek make adopting java so damn difficult.

why limit your blind tunnelvision to C# - because its a microsoft product
and you set followups to comp.os.linux.advocacy

but wouldnt that make your post nothing but flaimbait - no way!
 

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