Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@manish-r2Hoep • Feb 11, 2010
I don't think that there is as such compiler that can convert one language into other
but yes there is a compiler that can support many languages ie GCC compiler
but if you want to use c++ language syntax in java then you can use 'java native' -
@morningdot-6Xuj4M • Feb 11, 2010
hai thank goyal,goyal420I don't think that there is as such compiler that can convert one language into other
but yes there is a compiler that can support many languages ie GCC compiler
but if you want to use c++ language syntax in java then you can use 'java native'
.
now give me some idea about my 2nd question.
. -
@manish-r2Hoep • Feb 11, 2010
hey what is M.L.L? -
@gauravbhorkar-Pf9kZD • Feb 11, 2010
That's what we do when we compile a program.mohit007kumar001.hi friends i want to know is there any compiler exit that convert one computer lang to another computer lang ....????
We translate or convert our source code to Assembly and then to Machine language. -
@morningdot-6Xuj4M • Feb 11, 2010
M.L.L it,s machine level lang..goyal420hey what is M.L.L? -
@morningdot-6Xuj4M • Feb 11, 2010
ya gaurav you are right ...gaurav.bhorkarThat's what we do when we compile a program.
We translate or convert our source code to Assembly and then to Machine language.
.
but is there any compiler which convert java source code into c++ source code ...or is it possible to convert direct sourec code to object code without converting into assembly lang ....?????
.
😕 -
@ms-cs-Ab8svl • Feb 11, 2010
How is it possible? I'm damn sure that it is not possible to convert the java coding to c++,mohit007kumar00but is there any compiler which convert java source code into c++ source code
😕
.or is it possible to convert direct sourec code to object code without converting into assembly lang ....?????
elaborate it please.. -
@morningdot-6Xuj4M • Feb 11, 2010
if there is a compiler exist which convert english to any language(for ex we can oprate google in any lang other than english) then it must be possible that we can convert c++ source code into java source code.....???ms_csHow is it possible? I'm damn sure that it is not possible to convert the java coding to c++,
elaborate it please..
.
if i am wrong please correct me...../
.
😁 -
@manish-r2Hoep • Feb 12, 2010
I appreciate your question mohit but i think ms is right there is no as such compiler that can convert c++ code into java
2nd as i have already told you that yes we can embed c++ code in java by using java native interface
you can search on google about that