Sjmarf@sh.itjust.works to Programming Horror · 7 months agomallocPlusAIsh.itjust.worksimagemessage-square31linkfedilinkarrow-up1258arrow-down12
arrow-up1256arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf@sh.itjust.works to Programming Horror · 7 months agomessage-square31linkfedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up1·7 months agothat is besides the point. You can still call malloc, it will still return void*, and it would still reqoire casting in c++
In c++ you should use
new
.that is besides the point. You can still call malloc, it will still return void*, and it would still reqoire casting in c++