Friday, March 02, 2007

One speedy way to translate the C++ code into C#

Why not compile your C++ as Managed C++ and then use a decompiler (like reflector http://www.aisto.com/roeder/dotnet/) to show the code as c#, then cut+paste.



I used this technique for quite a while when I was learning c# and it gave a good insight into the differences between .NET languages.



detail

No comments: