hmmm... dont want to discourage but it looks you are not going in correct direction.
ticket << "The Natasha Theatre"<<endl;
ticket << "Tonight you will be viewing "<<show<<endl;
ticket << "You will be seated in "<<row<<"_"<<column<<endl;
ticket << "At a cost of: "<<classType<<endl;
why are you putting all this in your data file..
"like you will be seated in" |
, where will you search for your real data.. for each booking all this will be saved in the file. from where row and column is coming??
the first step should be to design your data file and your class, what all things should be in the data file. like row/column, day, time, show type.. etc etc.. then implement it.
its hard work but if you correct the mistakes early it will save lot of your time.
does all this makes any sense??