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?![]()
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |