danhab99@programming.dev to Programmer Humor@programming.dev · 1 day agoC++ takes decades to masterprogramming.devimagemessage-square74fedilinkarrow-up1228
arrow-up1228imageC++ takes decades to masterprogramming.devdanhab99@programming.dev to Programmer Humor@programming.dev · 1 day agomessage-square74fedilink
minus-squareFeyd@programming.devlinkfedilinkarrow-up5·edit-219 hours agoHow does unique_ptr teach reference counting? It’s just a way to interface with RAII and move semantics
minus-squareLedgeDrop@lemmy.ziplinkfedilinkarrow-up3·edit-214 hours 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