danhab99@programming.dev to Programmer Humor@programming.dev · 2 months agoC++ takes decades to masterprogramming.devimagemessage-square78linkfedilinkarrow-up118arrow-down10
arrow-up118arrow-down1imageC++ takes decades to masterprogramming.devdanhab99@programming.dev to Programmer Humor@programming.dev · 2 months agomessage-square78linkfedilink
minus-squareFeyd@programming.devlinkfedilinkarrow-up0·2 months agoHow does unique_ptr teach reference counting? It’s just a way to interface with RAII and move semantics
minus-squareLedgeDrop@lemmy.ziplinkfedilinkarrow-up0·edit-22 months 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