Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: esy928
Forum: C Aug 9th, 2009
Replies: 5
Views: 481
Posted By esy928
I'm using Dev C++ on Windows Vista, is it the same on C & C++ (The Key bind function) ?
Forum: C Aug 9th, 2009
Replies: 5
Views: 481
Posted By esy928
Thanks Salem!

I'm actually trying to do it by myself, I don't really understand the codes that I saw & I have no intentions of learning the program using those codes. I just have a couple of...
Forum: C Aug 8th, 2009
Replies: 5
Views: 481
Posted By esy928
Hello Guys! it's been a while.

Lately, I've been wanting to study & explore C/C++ more. Because of this, I've done a lot of exercises that was given to us at school and some more around the net,...
Forum: Java Aug 25th, 2008
Replies: 3
Views: 1,648
Posted By esy928
thanks =) ill give it a try
Forum: Java Aug 25th, 2008
Replies: 3
Views: 1,648
Posted By esy928
How do I pause a thread indefinitely? im creating a game and i need a thread to be paused when the user pauses the game and the thread will resume when the user unpauses the game. =) im using...
Forum: Java Aug 24th, 2008
Replies: 6
Views: 625
Posted By esy928
Forum: Java Aug 23rd, 2008
Replies: 6
Views: 625
Posted By esy928
hmm.. ive tried using them but can they measure how long you held a button down?
Forum: Java Aug 23rd, 2008
Replies: 6
Views: 625
Posted By esy928
hello!
is there a method or class that lets you assign events to the keys of your keyboard (spacebar to fire gun)? and is there a way to measure how long the key was held down? thanks!!! any...
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
oh.. ok! thanks ill google GCanvas NOW! =) thanks
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
im not really good in java, i just started 3 months ago, so im not that familiar with some of the classes in java. i was going to use JPanel and the draw methods to create my side scrolling game, but...
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
noooo... im using simple methods, just shapes.. but ill check what GCanvases is =) thanks edwards!
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
oh.. ok, umm.. how do you create the level then? (im doing the game using only drawRect and other draw... methods)
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
hello guys!
i was just wondering, how do java game programmers create the map of platform games? (like mario , contra and other games like that) do they draw the whole map and show only a...
Forum: Java Aug 22nd, 2008
Replies: 8
Views: 1,520
Posted By esy928
oh no! i double posted the thread! how do i delete one? sorry
Forum: Java Aug 5th, 2008
Replies: 17
Views: 1,113
Posted By esy928
thank you for helping me sciwizeh!
Forum: Java Aug 4th, 2008
Replies: 17
Views: 1,113
Posted By esy928
im gonna ask something off topic here, how can i add an option to play again? thanks!
Forum: Java Aug 4th, 2008
Replies: 17
Views: 1,113
Posted By esy928
wow! thanks dude! im gonna go rewrite my code now =)
Forum: Java Aug 1st, 2008
Replies: 17
Views: 1,113
Posted By esy928
thanks! ive tried the first way and it kinda works, but the second way wont work, the hanging thing just flashes for a milisecond and then it gets covered up by the black background
Forum: Java Jul 31st, 2008
Replies: 17
Views: 1,113
Posted By esy928
Good day!

hello! lately i've been working on a project of mine and im almost done. but right now i have a problem. in my hangman program i cant seem to make thing that hangs the hangman appear, it...
Forum: Java Jul 31st, 2008
Replies: 2
Views: 455
Posted By esy928
Forum: Java Jul 30th, 2008
Replies: 2
Views: 455
Posted By esy928
Good Day!

I'm working on my homework for the past 5 hrs now, i really need some help. I need to create a program that will generate a random point on the Panel. the problem is i cant seem to make...
Forum: Java Jul 4th, 2008
Replies: 5
Solved: My Big Problem
Views: 493
Posted By esy928
THANK YOU javaAddict!!!!!!! Weeeee....
can anyone help me make my code more efficient? (remove uneeded stuff)

public class LogicPuzzle1 {

public static void main (String [] args)
{
...
Forum: Java Jul 4th, 2008
Replies: 5
Solved: My Big Problem
Views: 493
Posted By esy928
Here's my code..
it doesnt do much...yet

public class LogicPuzzle1 {

public static void main (String [] args)
{
final int num = 5;
int ctr;
int ctr2;
Forum: Java Jul 4th, 2008
Replies: 5
Solved: My Big Problem
Views: 493
Posted By esy928
Greetings! I was given a task yesterday to constuct a table like this:

5 4 3 2 1
4 5 4 3 2
3 4 5 4 3
2 3 4 5 4
1 2 3 4 5

using loops and only loops. I've been trying to solve this for hours...
Forum: Java Jun 24th, 2008
Replies: 6
Views: 761
Posted By esy928
ooohhh.. THANK YOU THANK YOU!!!! SOOO MUCH!! You Saved My (Academic) Life!!! I need to submit this prog in 5 hrs!!! thank youuuu
Forum: Java Jun 24th, 2008
Replies: 6
Views: 761
Posted By esy928
I did, it will store the inputted number only when you enter an integer.
while(num1==false){
System.out.print("Enter an Integer: ");
if (input.hasNextInt())
{
...
Forum: Java Jun 24th, 2008
Replies: 6
Views: 761
Posted By esy928
The problem there is that our teacher told us to use the method hasNextInt() so I cant use the BufferedReader
Forum: Java Jun 24th, 2008
Replies: 6
Views: 761
Posted By esy928
Hello! its me again, I need a liitle help.
Our teacher gave us a homework where we need to create a program that will determine the larger of the two inputed number, plus we have to determine if the...
Forum: Java Jun 24th, 2008
Replies: 10
Views: 8,073
Posted By esy928
To everyone that replyed, THANKS!! while I was looking at the Scanner class link that yilmazhuseyin posted, I saw a the method hasNextInt() thats what I needed. THANK YOU everyone =)
Forum: Java Jun 24th, 2008
Replies: 10
Views: 8,073
Posted By esy928
thank you and sorry.. my bad ^_^
Forum: Java Jun 20th, 2008
Replies: 10
Views: 8,073
Posted By esy928
Forum: Java Jun 20th, 2008
Replies: 10
Views: 8,073
Posted By esy928
can anyone give me another solution?
Forum: Java Jun 20th, 2008
Replies: 10
Views: 8,073
Posted By esy928
Ill give it a try THANKS!!!
Forum: Java Jun 20th, 2008
Replies: 10
Views: 8,073
Posted By esy928
Hello! Im a java noob and I need to create a program that determines whether the input is an integer or not , can anyone help me out? thanks in advance! btw I have to use Scanner from java.util. , I...
Forum: C Feb 2nd, 2008
Replies: 2
Views: 3,076
Posted By esy928
thanks man! really apreciate it
Forum: C Feb 1st, 2008
Replies: 2
Views: 3,076
Posted By esy928
Im creating a slot machine program and used the kbhit command to stop the reels. Right now im tryn to change how the program works instead of stoping it all at once i want the reels to stop one at a...
Showing results 1 to 36 of 36

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC