Closed Thread
Results 1 to 2 of 2

Thread: C++ v. Managed C++

  1. #1
    Kaabi Guest

    C++ v. Managed C++

    What are the differences between C++ and Managed C++? What does Visual Studio .NET have to do with C++? Are they similar languages?

  2. CODECALL Circuit advertisement

     
  3. #2
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    Managed C++ means that the memory is managed for you. You do not have to free up any pointers that you create.

    Visual Studio .NET is a "managed" library. Inside of VS .NET there are several different languages you can make such as C++, Visual Basic, and C#.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intermediate Tutorial on Delegates in managed C++
    By mnirahd in forum Tutorials
    Replies: 0
    Last Post: 11-21-2010, 08:23 AM
  2. C to managed C++
    By andnas_2000 in forum Managed C++
    Replies: 2
    Last Post: 01-30-2008, 09:16 AM
  3. Managed C++ vs C# IDE
    By Crane in forum Managed C++
    Replies: 2
    Last Post: 09-05-2006, 09:16 AM
  4. Arrays in NET 2.0 or CLI Managed C++
    By Void in forum Managed C++
    Replies: 1
    Last Post: 07-18-2006, 05:57 PM
  5. Learning Managed C++
    By NeedHelp in forum Managed C++
    Replies: 1
    Last Post: 06-15-2006, 02:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

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