qaz@lemmy.world to Programmer Humor@programming.devEnglish · 4 hours agoThe C++ experiencelemmy.worldimagemessage-square5fedilinkarrow-up149arrow-down11
arrow-up148arrow-down1imageThe C++ experiencelemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 4 hours agomessage-square5fedilink
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up3arrow-down2·4 hours agoThere’s always a destructor though. It may do nothing but it’s there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·3 hours agoNo need to declare it though ofc. Rule of 0/3/5
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up1·2 hours agoYeah the compiler generates it so it’s always there
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up1·1 hour agoWell yes, except when you allocate stuff in the constructor.
There’s always a destructor though. It may do nothing but it’s there.
No need to declare it though ofc.
Rule of 0/3/5
Yeah the compiler generates it so it’s always there
Well yes, except when you allocate stuff in the constructor.