I have a data file, which reads the data in to a linked list using a for loop;




ifstream datafile ("max.txt", ios :: in);

if (!datafile)
{
cout<<"Unable to open the...