IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

convert .java to .c


Guest_mortalmatt_*
no avatar

Guests






Post #1 post Jan 3 2005, 08:16 AM
hey, do any of you programmers know how to do this with a program? i am not as proficient in c as i am in java.
Go to the top of the page
+Quote Post
Guest_bagpiper_*
no avatar

Guests






Post #2 post Jan 11 2005, 02:50 PM
hi friend,

i really dont think, there is any ready made program to do this. looks like a good project to try on.

baggy..
Go to the top of the page
+Quote Post
Guest_aflm_*
no avatar

Guests






Post #3 post Jan 15 2005, 07:27 AM
yes can convert java to c (creating c code emulator to java) is java working on c base code you can find in www.planet-source-code.com
Go to the top of the page
+Quote Post
Guest_aflm_*
no avatar

Guests






Post #4 post Jan 15 2005, 07:39 AM
and yes you can´t contacto to my : aflm@vtr.net
Go to the top of the page
+Quote Post
Guest_wangsoft_*
no avatar

Guests






Post #5 post Jan 16 2005, 06:35 AM
im pretty sure i've seen things that do this before... have you actually tried looking for one because it shouldn't be too hard to convert simple programs seeing as how java and c at syntaxically very similar.. but if you get one to work with complex programs you will very likely become rich. a lot of java programmers would enjoy the performance gains from c without having to learn c or recode anything
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #6 post Aug 1 2008, 10:06 PM
Replying to mortalmatt
Gcj can do this. I'm not sure if there's a windows version, though... On the other hand I'm fairly sure that even if you're running it on a linux machine you can have it compile into windows format.

-reply by Oliver
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #7 post Oct 9 2009, 08:52 PM
convert
convert .java to .c

 class overloadDemo
{
Void test()
{
System.Out.Println("No parameter");
}
Void test(inta,intb)
{
System.Out.Println("a and b:"+a+" "+b);
}
Void test(double a)
{
System.Out.Println("Inside test(double) a:" +a);
}
}
Class overload
{
Public static void main(String args[])
{
OverloadDemo ob=new overloadDemo();
Int I=88;
Ob.Test();
Ob.Test(10,20);
Ob.Test(I);
Ob.Test(123.2);
}
}

-reply by ankit
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #8 post Feb 12 2010, 11:33 AM

I could suggest a tool called JCGO (http://www.Ivmaisoft.Com/jcgo/) which is a Java source to C translator.

-reply by ivmai

Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   78 ultrasmad 24,800 19th February 2010 - 03:22 PM
Last post by: SoundStorm
No New Posts   5 ultrasmad 6,417 10th October 2004 - 01:46 PM
Last post by: eldeo
No New Posts   6 Phil 6,305 4th August 2004 - 10:32 PM
Last post by: Gamesquare
No new   14 GameDev 21,493 7th September 2009 - 12:51 PM
Last post by: eurobeat
No New Posts 6 spyshow 6,622 24th June 2009 - 09:06 PM
Last post by: iworld200
No New Posts   8 Eric Straven 39,714 4th March 2010 - 09:02 PM
Last post by: Jonnyabc
No New Posts   6 hh89 4,964 28th July 2006 - 05:18 PM
Last post by: farsiscript
No New Posts   1 nirmaldaniel 319 27th February 2010 - 04:35 AM
Last post by: afoongwl215
No New Posts 0 sanweikui 4,058 1st October 2004 - 03:34 AM
Last post by: sanweikui
No New Posts   2 KeeperMustDie 882 8th July 2008 - 10:13 AM
Last post by: KeeperMustDie
No New Posts   2 eniranjee 5,135 19th February 2009 - 12:14 PM
Last post by: iG-Pradip Jadhav
No New Posts   3 sanweikui 4,474 11th March 2005 - 03:51 PM
Last post by: gdpglc
No New Posts   5 hansley 4,796 26th October 2004 - 06:46 PM
Last post by: björn
No New Posts   3 reciter 5,133 7th December 2004 - 05:54 AM
Last post by: khmerneed
No New Posts   0 cse-icons 2,912 20th October 2004 - 03:08 PM
Last post by: cse-icons


 



RSS Open Discussion Time is now: 21st March 2010 - 08:30 PM

Web Hosting Powered by ComputingHost.com.
Xisto.com : HONESTY ROCKS! truth rules.
Creative Commons License