I have a problem with timer in C. I have to call a function every 3 sec (for e.g. To put down Hello world! every 3 sec). It must not wait on calling function. I'm doing a game, so function will be used to make random coordinates, but I must be able to move my player around.
Any hints?