Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to convet the Visual C++ codings in to java?

How to convet the Visual C++ codings in to java?

Scheduled Pinned Locked Moved C / C++ / MFC
c++javatutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sakthi Gs
    wrote on last edited by
    #1

    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..

    _ R D 3 Replies Last reply
    0
    • S Sakthi Gs

      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..

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • S Sakthi Gs

        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..

        R Offline
        R Offline
        Rajesh R Subramanian
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • S Sakthi Gs

          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..

          D Offline
          D Offline
          Dave Doknjas
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups