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 


Giving 2 Paypal $ for doing my homework..
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 3:36 pm    Post subject: Reply with quote

lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute
Back to top
View user's profile Send private message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 3:37 pm    Post subject: Reply with quote

I didn't come crying for help...I just don't feel like doing it myself atm.
Either way if I get it done here or not i still have to do it tomorrow in class
Really i just wanted a good example because looking on google for everything gets annoying and takes for ever to find the answer or an example...my schools proxy blocks half the websites and the teacher doesn't even know how to program its a supply for the class, my actual programming teacher is teaching math (we are short on teachers).
If you want to post anything that will even help go ahead.
@gogodr Thanks for that Very Happy


Last edited by zaczac on Tue Apr 13, 2010 3:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 3:39 pm    Post subject: Reply with quote

Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.
Back to top
View user's profile Send private message MSN Messenger
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 3:43 pm    Post subject: Reply with quote

okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol
Back to top
View user's profile Send private message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 3:46 pm    Post subject: Reply with quote

@gogodr How would you break the string inputted into 3 number variables?
@Slugsnack We can't use scanner won't work at the school (using an older version of java) We have to use bufferedReader


Last edited by zaczac on Tue Apr 13, 2010 3:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 3:49 pm    Post subject: Reply with quote

zaczac wrote:
@gogodr How would you break the string inputted into 3 number variables?

are you blind or retarded or both ?
Back to top
View user's profile Send private message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 3:50 pm    Post subject: Reply with quote

I submitted that before i saw your edited post gtfo =.=
(thanks for the help tho Very Happy)
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 3:52 pm    Post subject: Reply with quote

Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.
Back to top
View user's profile Send private message MSN Messenger
ArcaneKnite
Grandmaster Cheater Supreme
Reputation: 2

Joined: 16 Feb 2007
Posts: 1519

PostPosted: Tue Apr 13, 2010 3:57 pm    Post subject: Reply with quote

gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.


That's not a GUI.

It's a CLI.
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 3:58 pm    Post subject: Reply with quote

gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.

this is what vb does to you T_T

you have a clear lack of basic conceptual understanding in what an interface is/does.
http://en.wikipedia.org/wiki/Command-line_interface
http://en.wikipedia.org/wiki/Graphical_user_interface

a command prompt is an interface, just not a graphical user one.

@zaczac : read the whole string, then parse it with Integer.parseInt(). catch NumberFormatException in a try()/except(). you can use the StringTokenizer class to split the string
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 4:01 pm    Post subject: Reply with quote

Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.

this is what vb does to you T_T

you have a clear lack of basic conceptual understanding in what an interface is/does.
http://en.wikipedia.org/wiki/Command-line_interface
http://en.wikipedia.org/wiki/Graphical_user_interface

a command prompt is an interface, just not a graphical user one.

@zaczac : read the whole string, then parse it with Integer.parseInt(). catch NumberFormatException in a try()/except(). you can use the StringTokenizer class to split the string


you can fucking right click in the command promp >.> it is NOT a pure command line interface like DOS.

a GUI is not only pretty buttons you know >.>....

btw:: I dont use VB, the language I use mostly now is C#
and very proud of what I achieved to make in 2 months.

Link


dropped the project due some legal issues and lack of motivation though..
Back to top
View user's profile Send private message MSN Messenger
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 4:07 pm    Post subject: Reply with quote

gogodr wrote:
Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.

this is what vb does to you T_T

you have a clear lack of basic conceptual understanding in what an interface is/does.
http://en.wikipedia.org/wiki/Command-line_interface
http://en.wikipedia.org/wiki/Graphical_user_interface

a command prompt is an interface, just not a graphical user one.

@zaczac : read the whole string, then parse it with Integer.parseInt(). catch NumberFormatException in a try()/except(). you can use the StringTokenizer class to split the string


you can fucking right click in the command promp >.> it is NOT a pure command line interface like DOS.

a GUI is not only pretty buttons you know >.>....

btw:: I dont use VB, the language I use mostly now is C#
and very proud of what I achieved to make in 2 months.

Link


dropped the project due some legal issues and lack of motivation though..

uhh. no. it's a CLI shell

http://en.wikipedia.org/wiki/Shell_(computing)

OMG UNDER Text (CLI) shells
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 4:11 pm    Post subject: Reply with quote

Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.

this is what vb does to you T_T

you have a clear lack of basic conceptual understanding in what an interface is/does.
http://en.wikipedia.org/wiki/Command-line_interface
http://en.wikipedia.org/wiki/Graphical_user_interface

a command prompt is an interface, just not a graphical user one.

@zaczac : read the whole string, then parse it with Integer.parseInt(). catch NumberFormatException in a try()/except(). you can use the StringTokenizer class to split the string


you can fucking right click in the command promp >.> it is NOT a pure command line interface like DOS.

a GUI is not only pretty buttons you know >.>....

btw:: I dont use VB, the language I use mostly now is C#
and very proud of what I achieved to make in 2 months.

Link


dropped the project due some legal issues and lack of motivation though..

uhh. no. it's a CLI shell

http://en.wikipedia.org/wiki/Shell_(computing)

OMG UNDER Text (CLI) shells


:/
ok lets make it simple

when you right click on it
it shows a menu
that menu is highlighted with light blue when the mouse is over right?

that highlighted blue and the background rectangle are .bmp s compiled into one of the windows applications that cmd is using (( you can even edit them with the correct tools ))
therefor it is using graphics, it is a FUCKING GUI
Back to top
View user's profile Send private message MSN Messenger
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Apr 13, 2010 4:12 pm    Post subject: Reply with quote

4.99

EDIT: gogodr, shut up, you don't know what you are talking about.


Last edited by Noz3001 on Tue Apr 13, 2010 4:15 pm; edited 1 time in total
Back to top
View user's profile Send private message MSN Messenger
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 4:17 pm    Post subject: Reply with quote

gogodr wrote:
Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
gogodr wrote:
Slugsnack wrote:
okay here's a freebie for you

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html

instantiate a scanner object from Scanner class. then use nextInt methods to fetch the input. you might wanna read up on exceptions to make sure they're ints though. use Integer.parseInt() and then catch NumberFormatException if you're not gonna use the scanner

gogodr wrote:
Slugsnack wrote:
lol put your money where your mouth is. I don't believe you can deliver the fully working java implementation in 1 minute


I can do it in visual basic in 3 minutes with a pretty GUI
:/

or in C# or C++ with the Command line panel ugly GUI in a minute

with a pretty GUI in a little more than 5 minutes.


a command line program can't be a 'gui'. it's clearly text/command based if it runs in a console lol

if you can see it and use it for something its a graphical user interface :/
the command promp is a GUI, a very primitive one but a gui in the end.

this is what vb does to you T_T

you have a clear lack of basic conceptual understanding in what an interface is/does.
http://en.wikipedia.org/wiki/Command-line_interface
http://en.wikipedia.org/wiki/Graphical_user_interface

a command prompt is an interface, just not a graphical user one.

@zaczac : read the whole string, then parse it with Integer.parseInt(). catch NumberFormatException in a try()/except(). you can use the StringTokenizer class to split the string


you can fucking right click in the command promp >.> it is NOT a pure command line interface like DOS.

a GUI is not only pretty buttons you know >.>....

btw:: I dont use VB, the language I use mostly now is C#
and very proud of what I achieved to make in 2 months.

Link


dropped the project due some legal issues and lack of motivation though..

uhh. no. it's a CLI shell

http://en.wikipedia.org/wiki/Shell_(computing)

OMG UNDER Text (CLI) shells


:/
ok lets make it simple

when you right click on it
it shows a menu
that menu is highlighted with light blue when the mouse is over right?

that highlighted blue and the background rectangle are .bmp s compiled into one of the windows applications that cmd is using (( you can even edit them with the correct tools ))
therefor it is using graphics, it is a FUCKING GUI

lmao no they're not you retard. .bmps compiled into one LOL. who the hell told you that. you should take a look into TrackPopupMenu(). and yes, you can edit it with a hook.

summary of your posts :
BAWWW SLUGSNACK AND WIKI ARE WRONG, CLIs DUN EXIST. CMD.EXE IS A GUI.

keep posting, make yourself look more stupid
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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