converting c/c++ programs to c#

  • Thread starter Thread starter neil morris
  • Start date Start date
N

neil morris

Hi
Other than manualy goto though line by line of c/c++ source code to rewrite
for the c# language is there an automated way of doing it? or is there a
good c/c++ compiler that can compile GNU source code?

thanks in advance

Neil Morris
 
Hi Neil

Other than manualy goto though line by line of c/c++ source code to rewrite
for the c# language is there an automated way of doing it? or is there a
good c/c++ compiler that can compile GNU source code?


No, such a converter can't exist,
or it has to use AI (Artificial Intelligence).
Even then, the results would be only modest
and not very .NET - like.

Do a clean rewrite, maybe with help from:

http://support.microsoft.com/kb/313836/en-us

http://msdn.microsoft.com/library/en-us/dndotnet/html/win32map.asp
 
Back
Top