Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


GRRR! NEED da BEST TuT FOR java

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
EliteLuver
Cheater
Reputation: 0

Joined: 08 Jul 2007
Posts: 49
Location: Floating on that one cloud...

PostPosted: Wed Sep 05, 2007 7:48 pm    Post subject: GRRR! NEED da BEST TuT FOR java Reply with quote

I've looked all over. Even the ones in the sticky.


It is still not simple enough.


Help?

_________________
Back to top
View user's profile Send private message AIM Address
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Sep 05, 2007 8:24 pm    Post subject: Reply with quote

if your in school, ask your comp sci teacher, like i did.

Java is a tough language, and there aren't many tuts.

look around and take it slow

_________________
Back to top
View user's profile Send private message
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Wed Sep 05, 2007 8:31 pm    Post subject: Reply with quote

blankrider wrote:
Java is a tough language, and there aren't many tuts.


False, and false.

Java is an easy language. You do not have to deal with all the dirty parts of programming such as managing your memory. You are set out with one goal: to create a program.

There are literally millions of Java tutorials floating around. Some are for beginners, some are more advanced. A simple Google search brings up Sun's tutorial, which is an excellent tutorial as it covers everything from "hello world" to GUI programming with Swing to deploying your applications onto different platforms.

_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Sep 05, 2007 9:09 pm    Post subject: Reply with quote

its difficult for me because of swings grid system [not pixel]

and most of the tuts sucks >.>

the sun ones ok though.


Java was confusing, at least for me.

_________________
Back to top
View user's profile Send private message
hackerhackxxx
Newbie cheater
Reputation: 0

Joined: 15 Jul 2006
Posts: 20

PostPosted: Wed Sep 05, 2007 9:22 pm    Post subject: Re: GRRR! NEED da BEST TuT FOR java Reply with quote

EliteLuver wrote:
I've looked all over. Even the ones in the sticky.


It is still not simple enough.


Help?


umm.. u can try the links provided in the "Grand Library of Tutorials" or w.e. it was called. http://forum.cheatengine.org/viewtopic.php?t=107208 theres many java and other tutorials there
Back to top
View user's profile Send private message
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Wed Sep 05, 2007 9:31 pm    Post subject: Re: GRRR! NEED da BEST TuT FOR java Reply with quote

hackerhackxxx wrote:
umm.. u can try the links provided in the "Grand Library of Tutorials" or w.e. it was called. http://forum.cheatengine.org/viewtopic.php?t=107208 theres many java and other tutorials there


I'm pretty sure when he said the stickies he referred to the grand library as it's the only sticky in this section with reference to programming tutorials.

Unfortunately, the grand library's Java tutorials looks as if someone got them from page 20 of an MSN search -- they're horrible.

blankrider wrote:
its difficult for me because of swings grid system [not pixel]

and most of the tuts sucks >.>

the sun ones ok though.


Java was confusing, at least for me.


Swing's grid system? You mean the layout manager? That system was designed to make it easy to position the components of your programs onto the frame and to handle resizing of the frame. It has worked flawlessly for me: just plan out the frame on paper then add the components.

If you prefer absolute positioning however, Swing supports that as well:
http://java.sun.com/docs/books/tutorial/uiswing/layout/none.html

_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Sep 05, 2007 9:41 pm    Post subject: Reply with quote

i like c++ pixel grid

c++ > JAva

_________________
Back to top
View user's profile Send private message
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Wed Sep 05, 2007 10:00 pm    Post subject: Reply with quote

blankrider wrote:
i like c++ pixel grid
Did you even read my post?

blankrider wrote:
c++ > JAva
The two can't even be compared as they're designed for completely different purposes.
_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Sep 05, 2007 10:02 pm    Post subject: Reply with quote

java was designed to take over c++ >.<

i did read your post, but i chose to not click the link...as i have a headache and that wouldmean reading more

_________________
Back to top
View user's profile Send private message
Krayzee
Cheater
Reputation: 0

Joined: 25 Aug 2007
Posts: 25
Location: Satan's Server Room

PostPosted: Thu Sep 06, 2007 1:03 pm    Post subject: Reply with quote

blankrider wrote:
java was designed to take over c++ >.<


actually java was designed to provide a fast/secure language that was cross-platform. the only role C++ took in the invention of java was the bar set for native language speed compared to interpreted speed, and so far java is pretty close to native language speed. one more sidenote, the only thing java wanted to do better than C++ was security. since C++ has major flaws in that region.
Back to top
View user's profile Send private message
Programmer
Cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 48

PostPosted: Thu Sep 06, 2007 4:04 pm    Post subject: Reply with quote

Krayzee wrote:
blankrider wrote:
java was designed to take over c++ >.<


actually java was designed to provide a fast/secure language that was cross-platform. the only role C++ took in the invention of java was the bar set for native language speed compared to interpreted speed, and so far java is pretty close to native language speed. one more sidenote, the only thing java wanted to do better than C++ was security. since C++ has major flaws in that region.


Java is horribly slow Confused

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites