Closed Thread
Results 1 to 2 of 2

Thread: Learning Managed C++

  1. #1
    NeedHelp Guest

    Learning Managed C++

    I'd like to learn Managed C++ but I don't really understand what managed c++ is vs C++.

    Does anyone know of any free tutorials about managed c++?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    Managed C++ is a memory controlled version of C++ meaning that a garbage collector releases your memory. You still should delete and dispose of your pointers but in Managed C++ this is taken care of already.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. C to managed C++
    By andnas_2000 in forum Managed C++
    Replies: 2
    Last Post: 01-30-2008, 09:16 AM
  2. Managed C++ calling VB .net dll function
    By pranab73 in forum Managed C++
    Replies: 0
    Last Post: 12-25-2007, 10:19 AM
  3. C++ v. Managed C++
    By Kaabi in forum Managed C++
    Replies: 1
    Last Post: 11-07-2007, 06:48 PM
  4. Managed C++ vs C# IDE
    By Crane in forum Managed C++
    Replies: 2
    Last Post: 09-05-2006, 09:16 AM
  5. 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

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