Tool for Converting C to C# ?

  • Thread starter Thread starter lucius
  • Start date Start date
L

lucius

I know the Java Language Conversion Assistant exists for Java->C#,
what is there that does the same for ANSI "C"?

I have some console applications and some console/curses applications
that have straigth C source that compile on a Unix platform that I
would like to conver to C# on .NET.


Thanks
 
Our product "C++ to C# Converter" is designed for this purpose. However, be
aware that no converter can convert a very high percentage of C/C++ code to
any other language. Using a converter to convert from C++ should just be
considered a first step - much more work will be required to achieve
equivalent C# code and some C/C++ programs are better left unconverted.
--
http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
C++ to C++/CLI
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB or C# to C++/CLI
 
Back
Top