Author |
Message |
Rocket
|
Posted: Thu Jun 01, 2006 9:04 pm Post subject: save my 4$$ |
|
|
I'm asking alot here, i have a very lenghty program. what i ask is that you download and transform it so that it can loop around and exit when asked to play again.
So heres the program and if you can send the code back to me thats a great help, you can ignore any erros. but please my ass is grass if i cant loop this.
thanks so much in advance
Description: |
|
Download |
Filename: |
poker.zip |
Filesize: |
376.18 KB |
Downloaded: |
179 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Cervantes
|
Posted: Thu Jun 01, 2006 9:17 pm Post subject: (No subject) |
|
|
Now where's that Hall of Shame...?
We don't do homework for people. Describe your problem and post some relavent code that show your attempts. Chances are you'll solve your own problem while doing this.
Check the Turing Walkthrough if you need to read some tutorials.
|
|
|
|
|
|
Dan
|
Posted: Fri Jun 02, 2006 6:41 am Post subject: (No subject) |
|
|
In theroy all you need to do is:
code: |
loop
reset all the vars to there starting value
your program here
ask if they whont to play again
exit if they say no
end loop
|
Note: the above is not real code and is only ment to give you an idea of what you need to do.
|
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
codemage
|
Posted: Fri Jun 02, 2006 9:35 am Post subject: (No subject) |
|
|
Your 4$$ is gR4$$.
Coders will generally only work for the benefit of the community, or for themselves (ie... for money). Scamming your work for you accomplishes neither.
|
|
|
|
|
|
Mr. T
|
Posted: Sun Jun 04, 2006 9:51 pm Post subject: Alex's Opinion |
|
|
your program always says that you got a straight flush lol
|
|
|
|
|
|
Mr. T
|
Posted: Sun Jun 04, 2006 9:52 pm Post subject: Alex's Opinion |
|
|
there also seems to be a lot of unnecessary code, as the programs spans nearly 2000 lines
|
|
|
|
|
|
|