I want to get the current date and time so to start I add this:

#include <stdlib.h>
#include <time.h>

I get:

Include file stdlib.h not found
Include file time.h not found

why?

Last edited by First; 01/03/19 16:13.