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

Thread: Managed C++

  1. #1
    Join Date
    Jul 2006
    Posts
    2

    Question Managed C++

    Hi,
    What is managed C++.

  2. #2
    Join Date
    Jun 2006
    Posts
    16

    Re: Managed C++

    Managed C++ WAS the C++ Language extension provided by Microsoft, but now it's C++/CLI, so Managed C++ is pretty much old new's now. Programming in C++/CLI simply allows you to program with the .NET class library extension's, and have the code compile to MSIL instead of Machine code like C++ usually does, so C++/CLI is pretty much no different to VB.NET or C#.NET, its just the new syntax. Managed C++, however, was the old language extension that people found bloaty, so Microsoft changed the syntax and therefore developed C++/CLI, allowing you to program in the CLR.

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