Posted by Tim on July 23, 2000 at 17:34:11:
In Reply to: Re: I have the same problem, but!!!! posted by hussein on July 23, 2000 at 12:01:22:
: : I can't figure it out what is going on with
: : mine Please help?
: more specifically ? ...
: or stop by during my office hours tomorrow ...
Ok, from main program it works fine( with writing), but when i tried to store the list of flights into FlightList class, I can't call the wirte function(from Flight class)any more.
The Problem is it keeps printing the default constructor of Flight class(which I set all to
zero with int and "noflight" with string.)
Can some one tell me what is wrong with that??
Thanks alot.
in FlightList class