Exception thrown when assigning characters from a .txt into a 2D Char array

前端 未结 0 562
孤街浪徒
孤街浪徒 2020-11-29 03:43

I am currently trying to assign characters from a .txt file into a 2D Char array. Once my code reaches the line:

maze[rows][columns] = data;

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