Compiling?

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
xeno
DCEmu Newbie
DCEmu Newbie
Posts: 1
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Wed Jan 06, 2010 8:53 pm
Has thanked: 0
Been thanked: 0

Compiling?

Post by xeno »

I recently did some coding with my other friends who like online games, and they had some source files that were coded in c++, I saw there was a made compiler in there, and I was wondering how to do it for my files?

It was a very advanced source, it had the files of .GUI .JAVA and .CLASS, once you ran the application of "Compile" it compiled all the files in side the one file that they were all in, then once you ran the real program A.K.A "Run" it had the updated files compiled and ready to go into the game.


How do I make this?
User avatar
henzenmann
Insane DCEmu
Insane DCEmu
Posts: 186
Joined: Wed Jul 12, 2006 4:58 pm
Has thanked: 0
Been thanked: 0
Contact:

Re: Compiling?

Post by henzenmann »

If they had .java and .class files, it would be a Java program, not C++.
Check this out: http://java.sun.com/new2java/
Post Reply