Skip to content
Snippets Groups Projects
Commit 22a12b7f authored by aurora's avatar aurora
Browse files
parents 1fecf9fe ea5f8762
No related branches found
No related tags found
No related merge requests found
{
"files.associations": {
"iostream": "cpp"
"iostream": "cpp",
"fstream": "cpp"
}
}
\ No newline at end of file
......@@ -577,14 +577,12 @@ void readFromFileTournament()
}
infile.close();
} else {
cout<<"\nCouldn't find tournamentData.dta!\n";
}
infile.close();
}
else
cout<<"\nCouldn't find tournamentData.dta!\n";
}
/**
* Asks user for number of tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment