Closed Thread
Results 1 to 2 of 2

Thread: Visual C++ 2005

  1. #1
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25

    Post Visual C++ 2005

    What is the purpose of the ^ symbol???

    Use to I would write:
    String test="";

    Now you have to add:
    String^ test="";

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    This character is to distinguish between a managed pointer and a regular pointer (* for reg. and ^ for managed).

    http://www.voidnish.com/articles/Sho...=cppcliintro01

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Visual Basic 2008 vs. Visual Basic 2005 - Compatibility
    By cande_300 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-23-2010, 09:00 AM
  2. About visual studio 2005 SP1
    By Shanpav in forum C and C++
    Replies: 6
    Last Post: 03-09-2009, 06:38 PM
  3. Visual C++ 2005 Upgrade List
    By Jordan in forum C and C++
    Replies: 4
    Last Post: 03-06-2008, 06:18 AM
  4. Microsoft Visual Studio 2005
    By spearball in forum General Programming
    Replies: 3
    Last Post: 06-20-2007, 07:32 AM
  5. Visual Studio 2005 Pro Won't Install
    By CheeseBurgerMan in forum Software Development Tools
    Replies: 10
    Last Post: 09-22-2006, 03:44 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