Need help making the following program assignment in C++
Overload +, -,–, ! >> and<< for the clockType class as follows: 1. + Adds two times together i.e. 23:59:0001:00:0500:59:05 2. – Subtracts two times i.e. 23:15:10 02:05:05 21:10:05 3.already given in the text book. 4.-you write 5. >> stream input operator i.e. cin >>yourTime (user would
OR
OR