how to make this working: srand(time(NULL));
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I do not know why? one program works with srand(time(NULL)); , but the other one not working. What do I need to make srand(time(NULL)) work ? Please help.
You have to define what you mean by "not working." Is there a crash? Do you have an error code? What goes wrong?
The difficult we do right away... ...the impossible takes slightly longer.