Language Translation from java to C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arkaprabha
    New Member
    • Jan 2007
    • 4

    Language Translation from java to C

    Hi,
    I am about to start off with a project on "Automated translation from Java Code to C code " .
    I understand that java uses OOP and C is a structured language. Can anybody tell me how to start off with this issue. It would be a great help to me
    Regards
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by arkaprabha
    Hi,
    I am about to start off with a project on "Automated translation from Java Code to C code " .
    I understand that java uses OOP and C is a structured language. Can anybody tell me how to start off with this issue. It would be a great help to me
    Regards
    1.)Some programs cannot be converted from Java to C
    2.)Whatever program you come up with will not be able to convert all convertable programs to C


    Start off by defining your problem more precisely. Define the limits of your project. It's functions and limitations.
    Then define the level of translation you want to do this at. Token by token translation vs line by line translation vs other translation levels.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by arkaprabha
      Hi,
      I am about to start off with a project on "Automated translation from Java Code to C code " .
      I understand that java uses OOP and C is a structured language. Can anybody tell me how to start off with this issue. It would be a great help to me
      Regards
      I've made a copy of this thread in the C forum

      Comment

      • mmdeshmukh
        New Member
        • Jan 2007
        • 5

        #4
        Originally posted by arkaprabha
        Hi,
        I am about to start off with a project on "Automated translation from Java Code to C code " .
        I understand that java uses OOP and C is a structured language. Can anybody tell me how to start off with this issue. It would be a great help to me
        Regards
        firest of all you have to understand that java is next step c++
        ok and every think in java in as object so covert classes to structure

        Comment

        Working...