[Solved] How can I check time in C++?
[ad_1] You have to use C time function for getting computer clock’s time. The basic idea is following: Ask the user for “his” time In the same time save the computer’s current time When is time to showing updated current time: Check computer current time Calculate the users’s current time using previous stored times as … Read more