Comparing a string with a char c++

后端 未结 0 919
野性不改
野性不改 2020-12-11 08:15

I got a condition where I\'m trying to compare a cell from a grid, to the first letter of a string. The condition looks like this

if (board.get(row, col) == c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题