diplaying with the binary files
| 48 | |
| 49 | // diplaying with the binary files |
| 50 | void GetData() { |
| 51 | cout << "ID NAME J F M A M I I A S O N D\n"; |
| 52 | cout << left << setw(10) << cityID << setw(10) << cityName << " "; |
| 53 | } |
| 54 | |
| 55 | virtual void setClimateData() = 0; // virtual functions |
| 56 | virtual void getClimateData() = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected