How to allocate twodimensional array using main parameters in global struct?

前端 未结 0 643
挽巷
挽巷 2020-11-28 06:20

Well actually in my global struct i have this: char txt[MY_MSG_SIZE][MY_MSG_SIZE]; but i want more something like this: char txt[atoi(argv[1])][atoi(argv[2])]; is this even

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