Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to convert c# file into c++
Posted
Updated 21-Oct-12 11:25am
v2

1 solution

Depends on the code - despite the very similar look there are big differences, and it may or may not be simple, depending on what environment the C++ is going into.

If it is not going into a Managed C++ envirtpnment for example, it may well be simpler and quicker to re-write it from scratch.

Either way, this is not a question we can really answer in general - it is all about the specifics of teh actual code, both source and destination!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900