CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 20

Threaded View

  1. #11
    Join Date
    Nov 2003
    Posts
    1,405

    Re: C++/CLI and Managed C++

    Quote Originally Posted by cilu
    C++/CLI is built based on C++. EVerything from C++ is present in C++/CLI. But C++ and C++/CLI are not the same language, because C++/CLI offers extensions for the CLI.
    So C++/CLI is a superset of C++? Well that improves the situation somewhat.

    http://msdn.microsoft.com/msdnmag/is...C/default.aspx

    Although I'm not the only one who's reacted negatively to the name,

    http://www.research.att.com/~bs/uk-objections.pdf


    To answer the last question, Microsoft now considers C++/CLI the most powerful language targeting the CLI.
    Have they said why? I'd guess to call unmanaged C++ wouldn't be any faster than doing it from C#.
    Last edited by _uj; July 7th, 2006 at 06:20 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured