Hacker News new | ask | show | jobs
by koolba 2382 days ago
Try it out! It’s not that complicated to pick up and even a basic understanding of how memory allocation works goes a long way to making you a better programmer.
1 comments

imo it is not memory allocation that is the problem, but pointer ownership, which C neither helps you understand nor implement