May 24, 2006

 

Java to CPP

Extensive APIs is one reason why java is the most sought after programming language compared to C++. Still legacy systems and high performance/mission critical apps uses C/C++.

You may have faced an issue where there is lack of a good API in C++ , but available in Java. One solution which i have used in the past is to use the java2cpp tool to convert the Java code to C++.
Most cases this provides a good starting point to develop the needed API in C++.

Ofcourse there is good old STL and for Java geeks who are doing coding in C++, there is ACDK



<< Home

This page is powered by Blogger. Isn't yours?