User Profile

Collapse

Profile Sidebar

Collapse
macleapa
macleapa
Last Activity: Mar 13 '08, 07:17 PM
Joined: Oct 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • macleapa
    replied to What is the Caret Qualifier??
    in C
    watch out which version of the .NET framework you are using

    As you can see at:
    http://msdn2.microsoft.com/en-us/lib...orystream.aspx

    The are using the caret quite a bit in the .NET FrameWork 3.0.

    MemoryStream^ memStream = gcnew MemoryStream( 100 );

    However, in .NET Framework 1.1 (for example) you need to use:


    MemoryStream* memStream = __gc...
    See more | Go to post
    Last edited by macleapa; Oct 26 '07, 03:28 AM. Reason: laptop mouse pad clicked submitt

    Leave a comment:


  • macleapa
    replied to What is the Caret Qualifier??
    in C
    Good post weaknessforcats . I love C++ but the .NET managed stuff sure mucks things up. I have lots of unmanaged code that I am currently integrating with managed code. I still have some hair to pull out!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...