"William DePalo [MVP VC++]" <willd.no.spam@mvps.org> wrote in message news:%
> I suggest that you post again in
>
> microsoft.public.dotnet.languages.vc
That's a good idea!
I didn't though of that as I don't usually do C++ programing....
But in some case, surprisingly, Managed C++ is much leaner...
William DePalo [MVP VC++] - 01 Aug 2005 18:38 GMT
> But in some case, surprisingly, Managed C++ is much leaner...
It really excels when you need to make use of both managed and native
classes in the same module or executable by providing the "it just works"
capability as well as Platform/Invoke available to all the other languages.
Regards,
Will
Lloyd Dupont - 04 Aug 2005 09:25 GMT
so true ;-)

Signature
There are 10 kinds of people in this world. Those who understand binary and
those who don't.
>> But in some case, surprisingly, Managed C++ is much leaner...
>
[quoted text clipped - 5 lines]
> Regards,
> Will