Code:
char buf[25];
char *sztext = itoa(time.dwLowDateTime,buf,25);
                      fputs(sztext, fp);
I am trying to print the date a file was created but this just prints some garbage. Does anyone know how to do this? thanks