problem s ctime
aj ked pouzijem nasledovny kod, funkcia vypise o hodinu mensi cas...neviete cim to moze byt?..pritom ked pozriem cez winscp casy napr.modifikacie suborov, tam su spravne...dakujem..
#include <stdio.h>
#include <time.h>
int main ()
{
time_t rawtime;
time ( &rawtime );
printf ( "The current local time is: %s", ctime (&rawtime) );
return 0;
}
Pre pridávanie komentárov sa musíte prihlásiť.
Skús použiť toto:
struct tm *localtime(const time_t *timep);