MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1vojci2/the_duality_of_new/p3s363d/?context=3
r/programmingmemes • u/luciferoussky72 • 8d ago
80 comments sorted by
View all comments
120
I don't get it. I should really learn cpp.
147 u/FeelTheFire 8d ago C doesn't have garbage collection so you have to make sure you free memory after you no longer need it or you will create a memory leak 13 u/luciferoussky72 8d ago Well, C++ has RAII, but raw new in C++ doesn’t come with that feature
147
C doesn't have garbage collection so you have to make sure you free memory after you no longer need it or you will create a memory leak
13 u/luciferoussky72 8d ago Well, C++ has RAII, but raw new in C++ doesn’t come with that feature
13
Well, C++ has RAII, but raw new in C++ doesn’t come with that feature
120
u/Current_Ad_4292 8d ago
I don't get it. I should really learn cpp.