User profile: a73417
User info |
User name: | a73417 |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
How to Generate a random array in C ++ , with 100 different numbers thanks a lot guys ! :)
How to Generate a random array in C ++ , with 100 different numbers i think i found the solution:
int x,y,x2,y2,i;
int v[100];
for (i=0; i<100; i++)
v[i]=i;
...
How to Generate a random array in C ++ , with 100 different numbers exactly but what need I do to check if it duplicates and make an random till has no number twice?
How to Generate a random array in C ++ , with 100 different numbers but the first code make a random and then checks if it has the same number and if it has, make an ra...
How to Generate a random array in C ++ , with 100 different numbers hi guys, i'm learning c++ and I have problems how to create a random board[10][10], in C++ with 100 ...
|
This user does not accept Private Messages