Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~103 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Raija

Hi dudes! And thanks for reading this. So I want rand() to generate random number and again, but the second number canĀ“t be same as the first one. So far my code is: [CODE] int kortti1, kortti2; srand ( time(NULL) ); kortti1 = rand() % 5 + 1; kortti2 = …

Member Avatar for Narue
0
103