User profile: dylan w rose

User info
User name:dylan w rose
Name:Dylan Rose
Location:California
History
Joined:
Number of posts:7
Latest posts:

char array
You may want to read a little more on this: http://cplusplus.com/doc/tutorial/ntcs/ with character ...

Random Number Generator Not Working
Also: [code]int guess, num = random(1, 25);[/code] This is being called outside of the loop, so eve...

Random Number Generator Not Working
Try replacing: [code]rand_num = low+int(range*rand()/(RAND_MAX + 1.0)); [/code] With: [code]rand_...

Issue with NULL in variable argument function
Well TheIdeasMan, I've been researching both of those examples to the best of my ability. The secon...

Issue with NULL in variable argument function
That's actually a very good point, and it's given me an idea. Since the datatype of arg1 determines ...