Hi Manish jee, I am looking how the function in the software clock reads the clock tick and transfers it to seconds or hh:mm:ss information. Actually its a part in my academic project where a part of my problem is to fit time information ( just 24 hours time But not the unique timestamp with all year, month, day, ... ) and a random number value(ranging up to 100) within 2 bytes of storage. The time_t requires 32 bits or longer space so I cannot use this. And since I am dealing with just 24 hours time I hope that it will not require all the 32 bits for storing it. Therefore, I am interested in how the clock ticks (clock_t) are read and transferred to seconds by the system clock, so that i can understand how actually the information in time_t is organized.
-- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
