when I do this:

board[x][y]="";

i get this error:

error C2440: '=' : cannot convert from 'char [1]' to 'char'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast


How do I correctly assign somethng to a string?