case 1:
outputFile.open ("addstud.txt" , ios::app);
{
cout <<endl <<endl;
cout <<"A D D S T U D E N T";
cout <<endl;
cout <<"------------------------------";
cout <<endl;
cout <<endl;
cout <<"Enter ID #: ";
Yeah...basically right now it will just put an integer the user specifies into the file with no specific format...also, if someone puts in a character, you program will probably break.