Sjmarf@sh.itjust.works to Programming Horror@programming.dev · 2 years agomallocPlusAIsh.itjust.worksimagemessage-square32linkfedilinkarrow-up1263arrow-down12
arrow-up1261arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf@sh.itjust.works to Programming Horror@programming.dev · 2 years agomessage-square32linkfedilink
minus-squarevrighterlinkfedilinkarrow-up1·1 year agothat is besides the point. You can still call malloc, it will still return void*, and it would still reqoire casting in c++
you do in c++, no?
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++