Top "Code-translation" questions

For questions regarding the translation of code from one programming language to another.

Tool to convert java to c# code

What is the best tool out there at the moment to convert java to c#? Apart from j2ctranslator j# …

java c# code-translation
Is there an effective tool to convert C# code to Java code?

Is there an effective tool to convert C# code to Java code?

java c# code-translation
How to convert C++ Code to C

I have some C++ code. In the code there are many classes defined, their member functions, constructors, destructors for those …

c++ c code-translation
Automated Python to Java translation

Is there a tool out there that can automatically convert Python to Java? Can Jython do this?

java python jython code-translation
Does a Java to C++ converter/tool exist?

I always asked myself if it would be possible to make a Java to C++ converter. Maybe a tool that …

java c++ code-translation
Conversion from JavaScript to Python code?

Is there a relatively quick program out there to accomplish at least the basics of this? Just a few regexes? …

javascript python code-translation
Convert PHP to C++ code

I'm looking for a way to convert PHP code to C++. There are a few reasons I want to do …

php c++ code-translation
Tool to convert Java source to C++ source

Before someone shoots me down, I am aware of the Java to binary compilers and I'm not after one of …

java c++ c code-translation
How to handle Translation in twig file using variables?

I have a twig file and a yml, in which I define the variables for translation e.g.: YML File …

symfony translation twig code-translation bundles
Automatically convert Scala code to Java code

I have an app written in Scala and some of my team members want a Java version of it. It …

java scala scala-java-interop code-translation