Ok. I am transferring the method I use for a graphing calculator game I wrote over to C++. IMy only problem right now it getting the map to read...
Does anyone know why this doesn't work???
#include <iostream>
using namespace std;
int main()
{
int map[9][16] =
{
{ 1, 1, 1, 1, 1, 1, 1...