SteveCRM
Jan 23rd, 2001, 09:32 PM
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? :confused:
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? :confused: