Op 27-Oct-11 23:29, Christopher schreef:
> On Oct 18, 7:34 am, SG<s.gesem...@gmail.com> wrote:
>> On 18 Okt., 01:55, Paul wrote:
>>
>>> Ian Collins wrote in message
>>>> [...] ramtin wrote:
>>
>>>>> int main(array<System::String ^> ^args)
>>
>>>> This looks like a language almost, but not entirely, unlike C++.
>>
>>> That is the syntax use din MSVC++ when you create a windows form
>>> projec(C++), probably a .net thing.
>>
>> I would guess that a large fraction of the competent regulars
>> (including Ian) already know exactly what it is: C++/CLI. And yes,
>> that's what you get if you ask Herb Sutter to make .NET easily
>> accessible from C++ by use of language extensions.
>>
>> Off-topic: I makes me chuckle a bit to see almost the same syntax
>> being used for C++/CX where the CX language extensions are used to
>> deal with WinRT's ref-counting object system. I guess Microsoft lost a
>> bit of interest in .NET and C++/CLI since this seems to make the CLI
>> and CX extensions mutually exclusive. Btw, I can recommend Herb
>> Sutter's "modern C++" talk. It almost sounds like he's trying to
>> convert .NET developers. "Look, how easy it is to write modern and
>> safe C++ code!".
>>
>> Cheers!
>> SG
>
> I never really understood what advantage there would be in using C++/
> CLI. If I want CLI, why wouldn't I just use C# instead?
+1
|