Skip to content
Snippets Groups Projects
Commit a9c84061 authored by Loke Nesse Svelland's avatar Loke Nesse Svelland
Browse files

added storage commands, fixed include issue

parent 2a459e83
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include <vector> // vector #include <vector> // vector
#include <iomanip> // setw #include <iomanip> // setw
#include <fstream> // ifstream, ofstream #include <fstream> // ifstream, ofstream
#include "writeToFile.cpp"
#include "LesData3.h" #include "LesData3.h"
#include "player.h" #include "player.h"
#include "Tournament.h" #include "Tournament.h"
...@@ -28,8 +27,8 @@ int main() ...@@ -28,8 +27,8 @@ int main()
{ {
char command; char command;
// readFromFile(); readFromFile();
// readFromFileTournament(); readFromFileTournament();
cout << endl << "Welcome to checkmate, a program for organizing chess tournaments. " cout << endl << "Welcome to checkmate, a program for organizing chess tournaments. "
<< "Please use a single character as shown in the text when interacting with the program. " << "Please use a single character as shown in the text when interacting with the program. "
<< "If you encounter any issues, please take contact with either the leader of the team, " << "If you encounter any issues, please take contact with either the leader of the team, "
...@@ -169,8 +168,8 @@ int main() ...@@ -169,8 +168,8 @@ int main()
}while (command != 'Q'); }while (command != 'Q');
// writeToFileTournament(); writeToFileTournament();
// writeToFile(); writeToFile();
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment