C++ to C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • funzia

    C++ to C#

    Hello!
    I must migrate from a project in C++ to C#.
    Can i convert it with a tool?
    Thanks!!

  • Jeroen

    #2
    Re: C++ to C#

    Hi,

    Interested in your topic title, I took a quick glance at some google
    results. Seems to me that it's either tricky or impossible to do it
    automatically, with a lots of manual labor. The only link I found in
    the 3 minutes I spend on this is...



    ....which requires non-commercial code (it posts your code on the net as
    well, I think).

    Good luck.

    Jeroen

    Comment

    • Carl Daniel [VC++ MVP]

      #3
      Re: C++ to C#

      funzia wrote:
      Hello!
      I must migrate from a project in C++ to C#.
      Can i convert it with a tool?
      In general, no. There are many elements of C++ that simply have no
      corresponding support in C#.

      -cd


      Comment

      Working...