C++ to C#

  • Thread starter Thread starter Josh
  • Start date Start date
Josh said:
Is there any way convert an entire C++ solution to C#?
No.

However, if you can live with the C++ syntax and just need
the bytecode, you can compile any valid C++ program using visual
studio 2005 and their compiler has a /clr switch, which compiles
this into CLI code.

Volker
 
bytecode?!

theres a java programmer in da house!!

[sorry, couldn't resist it ;) ]
 

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