wowser Posted September 29, 2004 Posted September 29, 2004 Hey just a quick question for all you C++ developers, I'v just started studying java as part of my degree course it looked quite similar to C++, do you guys think that a java developer can successfully code a blue mod?. Thanks
Kent747 Posted September 29, 2004 Posted September 29, 2004 going from Java to C/C++ would be more painless than many other languages.. I think if you are an adept programmer in any language, you can learn enough C++ to code an addon. Kent Simon's Amazing Cross Language Hello World Program!! #include #define print printf#define caller void main(){#define ref }caller ;print ("Hello World!\n");ref;
wowser Posted September 29, 2004 Author Posted September 29, 2004 oh thats cool, I did notice a few similaraties, however I did find out that there are no pointers in java, I'm hoping there are no pointers used in addons (I wouldnt think so). Thanks again
orappa Posted September 29, 2004 Posted September 29, 2004 There'll be modding tutorials available when Blue is launched, so that shouldn't be a problem. MTA:SA FAQ - Read this before asking questions. MTA:SA Troubleshooting - Read this first if you have problems.
Oli Posted September 29, 2004 Posted September 29, 2004 go get "C for Java Programmers" by T. Muldner, cheap book and explains it well Proud member of Multi Theft Auto Founder of Full Metal Jacket Creator of MTA:mA:GRS http://www.mtafmj.com http://www.full-fat.com
StAnToN Posted September 29, 2004 Posted September 29, 2004 oh thats cool, I did notice a few similaraties, however I did find out that there are no pointers in java, I'm hoping there are no pointers used in addons (I wouldnt think so).Thanks again C# is like java and C++ together!
Posty Posted September 30, 2004 Posted September 30, 2004 oh thats cool, I did notice a few similaraties, however I did find out that there are no pointers in java, I'm hoping there are no pointers used in addons (I wouldnt think so).Thanks again C# is like java and C++ together! C# is the bastard child of microsoft that no one can figure what the hell to do with it.
Recommended Posts