+ 2
Steps : 0) Retrieve the current time using either time() in <ctime> or system_clock::now() in <chrono>. 1) Save the alarm time in a seperate tm variable (if you used time) or create hours and minutes variables to store your alarm time for chrono. 2) Compare with the current time.
25th Mar 2018, 11:37 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar