User: Skinnyjr

  • Public profile

User profile: Skinnyjr

User info
User name:Skinnyjr
Email:skinny_jr@hotmail.com
Name:Kepler Norelia
Location:Canada
Bio:Gamer that is studying computer science!!!!
History
Joined:
Number of posts:6
Latest posts:

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++ help
U should use rand().

loops
[code]srand(time(NULL)); for(nblancer = 1; nblancer <= 1000000; nblancer*= 10) { resultat1 = 0, ...

loops
Instead 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