C++ to C#

  • Thread starter Thread starter funzia
  • Start date Start date
F

funzia

Hello!
I must migrate from a project in C++ to C#.
Can i convert it with a tool?
Thanks!!
 
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...

http://code2code.net/

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

Good luck.

Jeroen
 
funzia said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top