IT is defined in the back of my book but can't be found in my program.
lotrsimp12345 37 Posting Pro in Training
Recommended Answers
Jump to PostYou haven got anything such as
int random(int);
.For generation of random numbers you have got the function rand which is of the format
int rand(void);
.Defined in cstdlib.You will get more information in this <link>.
All 5 Replies
csurfer 422 Posting Pro
lotrsimp12345 37 Posting Pro in Training
lotrsimp12345 37 Posting Pro in Training
Salem 5,265 Posting Sage
csurfer 422 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.