dynamically resized array based queues in C - are they used in practice?

后端 未结 0 1153
野趣味
野趣味 2020-11-22 06:53

I\'m working on a self-resizing queue in C using arrays with structs and int pointers.

I wanted to be able to dynamically resize it (double it as needed) using reallo

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