> I recently listened to an episode of ".Net Rocks" and the guest was
> Richard Hale Shaw. In the middle of the interview, when asked about
[quoted text clipped - 4 lines]
> that C++/CLI looks remarkably like C++, not C#. Maybe its just me,
> but I'd like to know what others think.
I think it does look remarkably like C# - when you take C# code and
transliterate it into C++/CLI.
It also looks remarkably like C++, when you write new code using standard
C++ idioms and style.
> Also, he kept calling it managed c++, because he forgot that it was
> called c++/cli. :-~
That'll happen a lot for the next couple years, I imagine.
-cd
Sean Cavanaugh - 06 Oct 2004 15:58 GMT
COM vs ActiveX anyone? heh
>>Also, he kept calling it managed c++, because he forgot that it was
>>called c++/cli. :-~
>
> That'll happen a lot for the next couple years, I imagine.
>
> -cd
M.C - 07 Oct 2004 04:15 GMT
ActiveX is based on COM, no "vs" necessary here.
People like to make fun like this:
C++/CLI clone C# and C# clone Java.
Well...I believe native C/C++ still rock.
> COM vs ActiveX anyone? heh
>
[quoted text clipped - 4 lines]
> >
> > -cd