C++2Java

R

Roy Schestowitz

Hi,

I would like to find out if there are tools which make large transitions
from C++ to Java easier. I am looking at about one hundred classes with a
logical hierarchy and many dependencies.

Will any tool convert syntax semi-automatically? Will any tools simplify the
construction of Java classes? Are there any tools or Web links that refer
to this subject? Maybe some advice? Is this a smart move at all?

I would be very grateful for any input that you are able to give.

Roy
 
W

Walter

Roy Schestowitz said:
Hi,

I would like to find out if there are tools which make large transitions
from C++ to Java easier. I am looking at about one hundred classes with a
logical hierarchy and many dependencies.

Will any tool convert syntax semi-automatically? Will any tools simplify the
construction of Java classes? Are there any tools or Web links that refer
to this subject? Maybe some advice? Is this a smart move at all?

I would be very grateful for any input that you are able to give.

I don't see a way to reliably automate this, even halfway. There are so many
things in C++ that don't have any easy analogues in Java. You're going to
need to reengineer the C++ app to get it into Java. How easy it will be will
entirely depend on what the C++ version does and how it is written.

-Walter
www.digitalmars.com C, C++, D compilers
"code of the nerds"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,199
Messages
2,571,045
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top