J
JLW
Why cannot I not access time.h? Here's the code:
#include <time.h>
long int seed = time(0); // Random Seed
I get the error:
error C2065: 'time' : undeclared identifier
Thanks,
JLW
#include <time.h>
long int seed = time(0); // Random Seed
I get the error:
error C2065: 'time' : undeclared identifier
Thanks,
JLW