Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Managed C++???

Managed C++???

Scheduled Pinned Locked Moved Managed C++/CLI
questioncsharpc++
4 Posts 4 Posters 9 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ancient Dragon
    wrote on last edited by
    #1

    I've been writing C/C++ for over 20 years now, and never heard the term "Managed C++" until the last few months. What is it? Maybe something to do with .NET? I've been able to manage my C++ code quite well all along now, with archiving the projects onto other computers, using programs like PVCS, etc.

    S N 2 Replies Last reply
    0
    • A Ancient Dragon

      I've been writing C/C++ for over 20 years now, and never heard the term "Managed C++" until the last few months. What is it? Maybe something to do with .NET? I've been able to manage my C++ code quite well all along now, with archiving the projects onto other computers, using programs like PVCS, etc.

      S Offline
      S Offline
      Stan Shannon
      wrote on last edited by
      #2

      It has *everything* to do with .NET. .NET provides a managed environment, known as the CLR (common language runtime?), to which every language must be adapted in order to be considered "managed". The CLR provides services such as garbage colletion, etc. I'm with you, however. In nearly 20 years of C/C++ I've never encounterd a problem with memory management. Memory related bugs are about the most easy to find and to fix. My feeling is that anyone who can't do that is simply going to find some other way to screw up an application even with the CLR holding their hand. I can understand why an application exposed to the internet would need to be more carefully managed memory wise, but otherwise, I don't see much use in it. "Human imagination has been sculpted by the universe within which it was born" Hmmmm...

      P 1 Reply Last reply
      0
      • A Ancient Dragon

        I've been writing C/C++ for over 20 years now, and never heard the term "Managed C++" until the last few months. What is it? Maybe something to do with .NET? I've been able to manage my C++ code quite well all along now, with archiving the projects onto other computers, using programs like PVCS, etc.

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #3

        Check the Managed C++ section here on CP Nish


        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

        1 Reply Last reply
        0
        • S Stan Shannon

          It has *everything* to do with .NET. .NET provides a managed environment, known as the CLR (common language runtime?), to which every language must be adapted in order to be considered "managed". The CLR provides services such as garbage colletion, etc. I'm with you, however. In nearly 20 years of C/C++ I've never encounterd a problem with memory management. Memory related bugs are about the most easy to find and to fix. My feeling is that anyone who can't do that is simply going to find some other way to screw up an application even with the CLR holding their hand. I can understand why an application exposed to the internet would need to be more carefully managed memory wise, but otherwise, I don't see much use in it. "Human imagination has been sculpted by the universe within which it was born" Hmmmm...

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #4

          Reverend Stan wrote: My feeling is that anyone who can't do that is simply going to find some other way to screw up an application even with the CLR holding their hand LOL well to be honest, without MC++, the app I am writing would have tanked my computer countless times with un-managed memory "leaks" :-D I am so used to the VB and even the C# way of declare, use and forget. Lets hope my MC++ app is not screwed up in some other way huh? ;) regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Alison Pentland wrote: I now have an image of you in front of the mirror in the morning, wearing your knickers, socks and shoes trying to decided if they match!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups