Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~65.9K People Reached
About Me

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
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for Bob

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 …

Member Avatar for JamesCherrill
3
53K
Member Avatar for Transworld

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 …

Member Avatar for ranyone
-3
12K
Member Avatar for pokerponcho

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.

Member Avatar for Dave Sinkula
0
136
Member Avatar for pokerponcho

Does anyone know of a good book to learn how to java it up with the phones?

0
105
Member Avatar for slobo7x

[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 ; …

Member Avatar for perniciosus
0
463
Member Avatar for pokerponcho

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 …

Member Avatar for pokerponcho
0
245

The End.