this post was submitted on 21 Jan 2024
6 points (87.5% liked)

C++

2068 readers
5 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] AlmightySnoo@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I've never understood why GC is/was even a thing in C++, and I like this Bjarne quote in this context:

I don't like garbage. I don't like littering. My ideal is to eliminate the need for a garbage collector by not producting any garbage.