Top "Code-conversion" questions

The process of converting the logic of some source code from its original language/framework to a different language/framework.

Convert JavaScript code to VBScript code?

I have been given a task to convert code that is written in JavaScript over to VBScript. It is actually …

javascript vbscript code-conversion
C Bit fields in C#

I need to translate a C struct to C# which uses bit fields. typedef struct foo { unsigned int bar1 : 1; unsigned …

c# c bit-manipulation code-conversion