C dynamically growing array realloc issue

前端 未结 0 1290
日久生厌
日久生厌 2020-12-17 04:56

I want to implement dynamically growing array in C. I read the words from a file to a char** array and when the array is full grow its size by 2. But when

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