danhab99@programming.dev to Programmer Humor@programming.dev · 3 days agoC++ takes decades to masterprogramming.devimagemessage-square85linkfedilinkarrow-up1298arrow-down14
arrow-up1294arrow-down1imageC++ takes decades to masterprogramming.devdanhab99@programming.dev to Programmer Humor@programming.dev · 3 days agomessage-square85linkfedilink
minus-squareFeyd@programming.devlinkfedilinkarrow-up7·edit-23 days agoHow does unique_ptr teach reference counting? It’s just a way to interface with RAII and move semantics
minus-squareLedgeDrop@lemmy.ziplinkfedilinkarrow-up6·edit-23 days agoYou’re right. I was thinking of shared_ptr (it’s been a blissful long while since I’ve dived deep into C++ stl and boost) edit: a word
How does unique_ptr teach reference counting? It’s just a way to interface with RAII and move semantics
You’re right. I was thinking of shared_ptr (it’s been a blissful long while since I’ve dived deep into C++ stl and boost)
edit: a word