Potential issues with raw memory allocation #106
-
In C++, what are some potential issues when using raw pointers for dynamic memory allocation, and how can these issues be mitigated? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Memory Leaks |
Beta Was this translation helpful? Give feedback.
-
Thanks for the question. I think it is very relevant. @AFN4NX already gave some hints on what to look for but I also did a video on stuff very related to that here: https://youtu.be/eHcdTytDZrI?si=IWFIyVfzMDURwJ5W Somewhere in the second part of the video we talk about these potential problems. Please have a look and don't hesitate to ask more questions if that video does not cover your needs. |
Beta Was this translation helpful? Give feedback.
Thanks for the question. I think it is very relevant. @AFN4NX already gave some hints on what to look for but I also did a video on stuff very related to that here: https://youtu.be/eHcdTytDZrI?si=IWFIyVfzMDURwJ5W
Somewhere in the second part of the video we talk about these potential problems.
Please have a look and don't hesitate to ask more questions if that video does not cover your needs.