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. What's the meaning of ^ in VS2005.NET???

What's the meaning of ^ in VS2005.NET???

Scheduled Pinned Locked Moved Managed C++/CLI
csharpquestion
4 Posts 3 Posters 0 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.
  • M Offline
    M Offline
    Ming Luo
    wrote on last edited by
    #1

    Hi all: I am really confused about the meaning of ^ in VS2005. I see many programs declared as something like: String^ xxx; MyClass^ yyy; Can anyone explain it to me please? Thanks very much!!! Asura

    Asura

    G 1 Reply Last reply
    0
    • M Ming Luo

      Hi all: I am really confused about the meaning of ^ in VS2005. I see many programs declared as something like: String^ xxx; MyClass^ yyy; Can anyone explain it to me please? Thanks very much!!! Asura

      Asura

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      Why don't you have a look at MSDN?

      #region signature my articles #endregion

      M 1 Reply Last reply
      0
      • G Giorgi Dalakishvili

        Why don't you have a look at MSDN?

        #region signature my articles #endregion

        M Offline
        M Offline
        Ming Luo
        wrote on last edited by
        #3

        Because I didn't find it.

        Asura

        I 1 Reply Last reply
        0
        • M Ming Luo

          Because I didn't find it.

          Asura

          I Offline
          I Offline
          iddqd515
          wrote on last edited by
          #4

          Its called a handle. Its a form of tracking pointer. The garbage collector updates the location a handle points to if it moves the data it pointed to during compaction of the managed heap.

          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