Does changing the content of a dynamically allocated array cause a memory leak?

后端 未结 0 1096
遇见更好的自我
遇见更好的自我 2020-12-13 03:35

I learned (on https://www.cplusplus.com) that arrays are just pointers with a fixed address. I now that creating a pointer to a dynamically created value (using new), not de

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