CS925 wrote:
game << g_ivalues[i] << ",";
What is g_ivalues? Does the following work?
for(int i = 0; i < 81; i++)
{
cout << g_ivalues[i] << ",";
}
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne