Sjmarf@sh.itjust.works to Programming Horror@programming.dev · 15 days agomallocPlusAIsh.itjust.worksimagemessage-square32fedilinkarrow-up1252
arrow-up1252imagemallocPlusAIsh.itjust.worksSjmarf@sh.itjust.works to Programming Horror@programming.dev · 15 days agomessage-square32fedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up1·13 days 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++