Is there any advantage to using C++/CLI over either standard C++ or C#?

后端 未结 4 1973
你的背包
你的背包 2020-12-06 20:37

I\'m not seeing any real advantages, other than the fact that you have a C++ syntax, and with it, things like pointers and destructors.

4条回答
  •  心在旅途
    2020-12-06 21:06

    I don't think comparing different flavors of C++ to each other is the same question as comparing C++ to C#. C# is a very different beast compared to the differences between different flavors of C++.

提交回复
热议问题