Why is my code not working?That's a bit weird. I thought [code]rand() % high + low[/code] was supposed to return a value betwee...
Why is my code not working?So I have the following code: [code] #include <iostream> #include <time.h> #include <stdlib.h> ...
Pointers to functionsI was reading the c++ tutorial on this site and made it to this part: [code] #include <iostream> us...
Countdown while user typesSo let's say I wanted to make a program wherein the user has to guess a password, but only has six s...
Where to go from here?I just finished watching all TheNewBoston's videos on c++: http://thenewboston.org/list.php?cat=16 ...
This user does not accept Private Messages