time_t rawtime;
time ( &rawtime );
tm * ptm = gmtime ( &rawtime );
a questo punto l'anno lo trovi nella variabile ptm -> tm_year
time_t rawtime;
time ( &rawtime );
tm * ptm = gmtime ( &rawtime );
a questo punto l'anno lo trovi nella variabile ptm -> tm_year
Sun Certified Java Programmer
EUCIP Core Level Certified
European Certification of Informatics Professionals