here is my main .cpp file
#include <iostream.h>
cout<<"*******************************"<<endl;
cout<<"*** 1.New Flight ***"<<endl;
cout<<"*** 2.Delete Flight ***"<<endl;
cout<<"*** 3.Modify Duel ***"<<endl;
cout<<"*** 4.Modify P.I.C. ***"<<endl;
cout<<"*** 5.Print Log ***"<<endl;
cout<<"*** 6.Print Specific Flight ***"<<endl;
cout<<"*** 7.Sort Ascending ***"<<endl;
cout<<"*** 8.Exit Program ***"<<endl;
cout<<"*******************************"<<endl;
cout<<"Please enter the number of your choice: ";
cin>>num_choice;
switch (num_choice)
{
case 1:
then here is my...... well crap i had my header file but left it at the lab
it had my class declarations on it. ill get it and post it for ya. I'm using visual studio 6.0 for the class. If ya wanna throw anything in there plz be my guest.