Coin flipping problem[code]#include<iostream> #include<cstdlib> #include <conio.h> using namespace std; int flip(); int...
C++ help[code]#include <Windows.h> srand (time(NULL));[/code] srand = the generator for rand and it will us...
C++ helpU should use rand().
loops[code]srand(time(NULL)); for(nblancer = 1; nblancer <= 1000000; nblancer*= 10) { resultat1 = 0, ...
loopsInstead of using return to stop the cmd from disappearing use the _getch() at the end of the program...
This user does not accept Private Messages