I think I get what you are saying. This is what I have come up with after minutes of thinking. (I'm using Dev C++)

#include <conio.h>
#include <iostream>
#include <iomanip.h>
#include <fstream.h>
#include <dos.h>

int main()
{
int highest;
int lowest;
char namehighest;
char namelowest;

highest=0;
lowest=0;

outfile.open("NAME_QUIZ.DAT", ios::out);
}