I want to get C to C# code converter?
-
I want to get C to C# code converter. Could anyone please help me in this regard.
-
I want to get C to C# code converter. Could anyone please help me in this regard.
Its not going to happen. The two languages are too different. It is possible between languages that both use the .NET framework as a converter only has to deal with the syntax of the language (as both languages share the same framework).
Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums
-
Its not going to happen. The two languages are too different. It is possible between languages that both use the .NET framework as a converter only has to deal with the syntax of the language (as both languages share the same framework).
Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums
Can I atleast get a C to Java code converter ?
-
Can I atleast get a C to Java code converter ?
Or at very least a C to Antenna [^] converter? -- Affordable Windows-based CMS: www.zeta-producer.com
-
Can I atleast get a C to Java code converter ?
Mohammed Aijaz Mohiuddin wrote: Can I atleast get a C to Java code converter ? I'll repeat my previous response because it continues to be valid: It's not going to happen. The two languages are too different. It is possible between languages that both use the .NET framework as a converter only has to deal with the syntax of the language (as both languages share the same framework). I've put in bold the only condition in which it is possible.
Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums
-
I want to get C to C# code converter. Could anyone please help me in this regard.
Mohammed Aijaz Mohiuddin wrote: I want to get C to C# code converter. Could anyone please help me in this regard. You can compile it in C using the Managed C++ compiler, create a wrapper class and then call it from C#. Yes, even I am blogging now!