+ 1
I used srand(time(0)) and then i used switch cases to call functions randomly.... Then i used switch(rand()%3); and then....
the cases are described as case 0: function2(); break; and so on... can i get to know why it is not ahowing functions??? if it calls randomly then how the functions are called... as they are also declared at the start
7 Answers
0
try "srand(time(NULL))", also link to the code please
+ 1
I will post when I would be at home
0
i also included ctime...
0
no
0
i included everything
0
without your code there isn't a lot i can do
0
Ok, I will post for edit