Give me suggestion to convert C++ code into c# code ( one of my friend said c# is not as much faster than c++ ) is this true ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Give me suggestion to convert C++ code into c# code ( one of my friend said c# is not as much faster than c++ ) is this true ?

I want to convert a some C++ project into C# language. the c++ code around 10 thousand lines and i don't know how things work Kindly tell me is this a good idea or i am going to waste my time ?

18th Sep 2017, 3:14 AM
owais shahab
owais shahab - avatar
2 Answers
+ 13
There is quite a number of C++ -> C# conversion tools. Just give them a search on Google, although I doubt the generated code would be maintainable.
18th Sep 2017, 4:26 AM
Hatsy Rei
Hatsy Rei - avatar
0
i have a C# project and i am using c++ project DLL with it but it was very difficult to debug using DLL and if wrong values comes from DLL i have to debug C++ project and Rebuild DLL again and then attached to my C# project it take more time to debug if i convert c++ code then i dont have to rebuild DLL
18th Sep 2017, 4:27 AM
owais shahab
owais shahab - avatar