Systemsko vreme u C


Download Article as PDF


Kod:

time_t rawtime;

struct tm * timeinfo( &rawtime );

timeinfo = localtime ( &rawtime );

h=timeinfo->tm_hour;

m=timeinfo->tm_min;

s=timeinfo->tm_sec;

 

Nikola Milošević

Born in Bratislava, Slovakia, lived in Belgrade, Serbia, now living in Manchester, UK, and visitng the world. Nikola is a great enthusiast of AI, natural language processing, machine learning, web application security, open source, mobile and web technologies. Looking forward to create future. Nikola has done PhD in natural language processing and machine learning at the University of Manchester where he worked for 2 years. In 2020, Nikola moved to Berlin and works in Bayer Pharma R&D as a computational scientist.

Leave a Reply

Your email address will not be published. Required fields are marked *