ful in error
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
class Schedule
{
public:
enum Place
{
Lahore =0 ,
Karachi,
Islamabad,
Peshawar,
Quetta
};
private:
bool trip;
string departureDate;
string returnDate;
Place destination; //(Going ...
Search found 1 match
- Mon Jan 16, 2012 6:29 pm
- Forum: VU STUDENTS FORUM
- Topic: cs201 Assignment No. 04
- Replies: 8
- Views: 13786