+ 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.