rand() gives same number every time?no, how do i do that?
rand() gives same number every time?[code]string randomizer(string option1, string option2, string option3, string option4) { strin...
Why doesnt this output what I want?first of all, getting rid of setw(20) would make the not do what i want. next, the looptimes is a...
Why doesnt this output what I want?[code]#include <iostream> #include <iomanip> #include <string> using namespace std; double r...
How to loop a set number of times?Ok, but what I'm trying to do is loop it a variable number of times: [code] int loopthismany ...
This user does not accept Private Messages