Sjmarf to Programming [email protected] • 3 months agomallocPlusAIsh.itjust.worksimagemessage-square31fedilinkarrow-up1253arrow-down12
arrow-up1251arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf to Programming [email protected] • 3 months agomessage-square31fedilink
minus-square@[email protected]linkfedilink10•3 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-square@[email protected]linkfedilink3•edit-23 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