User profile: projectUser

User info
User name:projectUser
History
Joined:
Number of posts:31
Latest posts:

Read value from a file and store them in array
[code] vector<int> zero; int num while( file3 >> num ) { if(num == 1) zero.push_back(num); } ...

Read 2D arrays from file and store them in vectors
I have this file which contains 8x8 blocks of numbers. [code] 1 2 3 1 30 40 27 8 2 4 19 8 10 ...

Arrange Binary in Order
i already got it

Arrange Binary in Order
there are 22 values in the array minus the 4 random numbers which is 18

Arrange Binary in Order
I have this program which generates four unique random numbers from array a[]. Each random number is...