Potential issues with raw memory allocation #106
Answered
by
niosus
ericjack371
asked this question in
Issues withe lectures
|
In C++, what are some potential issues when using raw pointers for dynamic memory allocation, and how can these issues be mitigated? |
Answered by
niosus
Oct 18, 2024
Replies: 2 comments 1 reply
|
Memory Leaks |
0 replies
|
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. |
1 reply
Answer selected by
ericjack371
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.