I have an array that is char floor[20][20]. I am using x and y as the variables in the array and I want to print the array to the screen. I read over the section on here about arrays and I just dont know how to print the aray to the screen. right now I have it set up as a cout statement:
std::cout<<floor[x][y]

This is not working. Do I have it set up wrong or is there an error in my program? Thanks for any help.