Could anyone help me? could anyone share with me any source code or program code that outputs a simple converter of java to c or c to java..?please help me, hope you can help as early as now, I really need it badly..Thank you very much.
Java to C converter
Collapse
X
-
My advice is to stay as far away from such tools as possible.Originally posted by mamalynCould anyone help me? could anyone share with me any source code or program code that outputs a simple converter of java to c or c to java..?please help me, hope you can help as early as now, I really need it badly..Thank you very much.
What do you need it for?Comment
-
I agree. When you "think" you need to convert a program written in X to language Y, you need to ask yourself, why? If it really is needed, I've found the best way to do is to find all the design documents (if there are none, quite the job!) And go from there. C and Java are so different, I don't even look at the code, and any language converter would be a waste of time.Originally posted by r035198xMy advice is to stay as far away from such tools as possible.
What do you need it for?Comment
Comment