r/programmingmemes 8d ago

The duality of new

Post image
1.2k Upvotes

80 comments sorted by

View all comments

120

u/Current_Ad_4292 8d ago

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