Description: #include <iostream.h>
class Time {
public:
Time (int hours = 0, int minutes = 0, int seconds = 0)
friend istream & operator >>(istream &, Time &)
friend ostream & operator <<(ostream &, const Time &)
private:
To Search:
File list (Check if you may need any files):
9.doc