CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #6
    Join Date
    Feb 2017
    Posts
    674

    Re: What is the counterpart of this C pointer programme in C#?

    Quote Originally Posted by priyamtheone View Post
    work with references and pointers in certain exceptional situations using extreme caution.
    In exceptional situations, there is yet another option. You can mix C# and native C++ using C++/CLI as a bridge. At least in theory. I haven't done it, so I cannot vouch for it.
    Last edited by wolle; March 23rd, 2021 at 11:40 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured