Sjmarf@sh.itjust.works to Programming Horror@programming.dev · 2 months agomallocPlusAIsh.itjust.worksimagemessage-square25fedilinkarrow-up1251arrow-down12
arrow-up1249arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf@sh.itjust.works to Programming Horror@programming.dev · 2 months agomessage-square25fedilink
minus-squareaddie@feddit.uklinkfedilinkarrow-up11arrow-down1·2 months agoTrue. Although given how easy it is to cast void pointers to the wrong damn thing, it would be nice if you did, makes refactoring much easier. Makes me appreciate std::any all the more.
minus-squareembed_me@programming.devlinkfedilinkarrow-up3·edit-22 months agoVoid pointer should be avoided anyways. Even I find them rare and I mostly work in embedded RTOS
True. Although given how easy it is to cast void pointers to the wrong damn thing, it would be nice if you did, makes refactoring much easier. Makes me appreciate
std::any
all the more.Void pointer should be avoided anyways. Even I find them rare and I mostly work in embedded RTOS