I'm working on a tic tac toe board and am having difficulty displaying it correctly.
#include <iostream>
#include <fstream>
using namespace std;
/**********************************************************************
* Add text here to describe what the function "main" does. Also don't forget
* to fill this out with meaningful text or YOU WILL LOSE POINTS.
***********************************************************************/
void getFileName(char fileName[])
{
cout << "Enter source filename: ";
cin >> fileName;