- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
I've been making a healthy living playing poker the last year. Don't take that poker route unless you want to go crazy though. Gambling is rewarding at times but it is mostly disappointing. I'm interested in game theory and artificial intelligence. Even…
- Interests
- Poker, Mathematics, Programming, Game Theory
- PC Specs
- Pentium 4 3 Ghz
6 Posted Topics
Re: This will shuffle integers aound anyway you like. So if you had an array that represented a deck of cards called "deck[]", you would call the function like this: shuffle(&deck, 52, 0, 0); This will give you a series of random cards from 0 to 51. The trick is to … | |
Re: You can use the TimeOfDay() function. Store the TimeOfDay into a variable called present when the start button is hit. And also store that value plus the number of seconds the user inputted into another variable. Private Sub StartButton (...) handles click future = present + seconds_to_count_down And have the … | |
I'm programming a text based game and I'd like to turn it into a cell phone game. Unfortunately I don't know how to do it and I can't find any books on this. Does anyone have a book idea? Thanks. | |
Does anyone know of a good book to learn how to java it up with the phones? | |
Re: [QUOTE=perniciosus]no need to redo what has already been done grep -n word file or to use it in that context once you got the string do [code] char *arg[5] ; arg[0] = "grep" ; arg[1] = "-n" ; arg[2] = string.c_str() ; arg[3] = fileName.c_str() ; arg[4] = NULL ; … | |
You created a bunch of random numbers, but say you don't want a bunch of random numbers exactly. Say you have ten members of a team and you want to give them a random position represented by 0 to 9. So you create your array and you fill it with … |
The End.