Closed priimej closed 1 year ago
The Time Class is incompatible with the Duration in the Trip Class. There is no implementation for compatibility between the durations and the time class; i.e. no way to add them and what not.
What about using the std::chrono utilities from the standard library? (see https://en.cppreference.com/w/cpp/chrono)
The Time Class is incompatible with the Duration in the Trip Class. There is no implementation for compatibility between the durations and the time class; i.e. no way to add them and what not.