C++ --> C#

  • Thread starter Thread starter ToddT
  • Start date Start date
T

ToddT

is there a free utility somewhere that will convert vc++ to c#? thx in
advance.
 
Todd,

No, there is not. The reason for this is that C++ as a language has
many features which do not translate directly to C#. Also, the environments
are different (unless you are using JUST managed extensions for C++), and
there is no direct mapping from one to another.

Hope this helps.
 
It should be noted that these are two VERY different things.
 

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