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
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 2

2 Posted Topics

Member Avatar for aarpitgenius

how randomise function works in c++ and how can output of the program be found when program contains randmize() function.

Member Avatar for samsons17
0
95
Member Avatar for xueyingkoo

I have a small problem............... i want to know how to use randomise() function in C++. ? also i want to know how to find output of this program [COLOR="Red"] #include<iostream.h> #include<stlib.h> void main() { int guess; randomize(); cin>>guess; for(int i=1;i<=4;i++) { new = guess + random(i); cout<<char(new); } }[/COLOR] …

Member Avatar for Skeen
0
2K

The End.