tic tac toe game[code] void winner_x(){ string boar[9] = {"-","-","-","-","-","-","-","-","-"}; if (boar[0]...
Why does my program not generate a new number even though i specify srand(time(0))???ok wait. Now i feel stupid. i didn't realize i called rand in the very beginning thanks.
Why does my program not generate a new number even though i specify srand(time(0))???[code] #include <iostream> #include <stdlib.h> #include <ctime> #include <string> using namespace st...
Why does my program not generate a new number even though i specify srand(time(0))???That doesn't work. this is suppose to be for the bracketing search exercise and i can't get it to se...
Why does my program not generate a new number even though i specify srand(time(0))???[code] #include <iostream> #include <stdlib.h> #include <ctime> #include <string> using namespa...