char array You may want to read a little more on this: http://cplusplus.com/doc/tutorial/ntcs/ with character ...
Random Number Generator Not WorkingAlso: [code]int guess, num = random(1, 25);[/code] This is being called outside of the loop, so eve...
Random Number Generator Not WorkingTry replacing: [code]rand_num = low+int(range*rand()/(RAND_MAX + 1.0)); [/code] With: [code]rand_...
Issue with NULL in variable argument functionWell TheIdeasMan, I've been researching both of those examples to the best of my ability. The secon...
Issue with NULL in variable argument functionThat's actually a very good point, and it's given me an idea. Since the datatype of arg1 determines ...