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
~66.4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

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
142
Member Avatar for pokerponcho

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

0
109
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
477
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
254

The End.