Beginner problem.
Go to solution
Solved by elpiop,
The srand function takes an unsigned int as a parameter. You're trying to pass in char *, which is what the error is saying. I think you just need to use 'time(NULL)' instead of ctime(NULL). Ctime converts the time to a character string, when srand() needs just the time as an unsigned int.
-
Topics
-
0
-
4
-
Ishikudeska ·
Posted in New Builds and Planning0 -
0
-
Xxu ·
Posted in Servers, NAS, and Home Lab1 -
4
-
Issac Zachary ·
Posted in Troubleshooting5 -
4
-
PopsicleHustler ·
Posted in Audio4 -
4
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now