Does anybody know if its possible using any tool/software to convert a Java project into a project in VC++ using MFCs?
We have an existing code in Java which needs to be further developed, but since I do not know any Java, its better for me to do it in C++. Actually I dont even know VC++ with MFCs but I can learn it slowly as I can already do quite a bit in C++. It sure would be a better option than learning Java.
Thanks for your advice. I think it would be best to do it with Java itself than learning MFCs and converting the whole project.
Just that I am in the middle of my master thesis, and did not want to venture into learning a new horrible programming language like Java! Got to live with it now. :(
@kbw
since its a graphics based app, thats why I thought MFCs VC++ would be the ideal solution.