How to convet the Visual C++ codings in to java?
-
Hi.. I did one project in visual c++..now i need to convert into java ..I have a doubt .does both programming lang has any similarities in library files..
Figure out what is done in the C++ on the functionality front. Then you can implement the same in JAVA. I don't see much other than the oops concept being the same in either of the languages. On another note, may I politely ask why do you need to convert the C++ code to Java code.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
modified on Friday, July 31, 2009 5:02 AM
-
Hi.. I did one project in visual c++..now i need to convert into java ..I have a doubt .does both programming lang has any similarities in library files..
You cannot do a C++ to Java 'conversion' as such. Think of pointers, for instance. Period. You wrote the program, right? So, you know what it does. Now, just rewrite it in Java.
It is a crappy thing, but it's life -^ Carlo Pallini
-
Hi.. I did one project in visual c++..now i need to convert into java ..I have a doubt .does both programming lang has any similarities in library files..
C++ syntax can be converted (even most pointers), but the real challenge for you will be to find the equivalent underlying library functionality in the Java library.
David Anton http://www.tangiblesoftwaresolutions.com Convert VB to C#, C++, or Java Convert C# to VB, C++, or Java Convert C++ to C#, VB, or Java Convert Java to C#, C++, or VB