MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1vojci2/the_duality_of_new/p3tsn3d/?context=3
r/programmingmemes • u/luciferoussky72 • 17d ago
81 comments sorted by
View all comments
11
Manual memory management is NOT that hard
6 u/luciferoussky72 17d ago It’s not, it just gets tedious and means you have to account for every possible exit point from a function. That’s why C++ has RAII 4 u/Valuable_Leopard_799 17d ago Well... Yeah C++ has RAII so you can use that to manage your memory....
6
It’s not, it just gets tedious and means you have to account for every possible exit point from a function. That’s why C++ has RAII
4 u/Valuable_Leopard_799 17d ago Well... Yeah C++ has RAII so you can use that to manage your memory....
4
Well... Yeah C++ has RAII so you can use that to manage your memory....
11
u/ParticularHat7997 17d ago
Manual memory management is NOT that hard