Sjmarf@sh.itjust.works to Programming Horror@programming.dev · 28 days agomallocPlusAIsh.itjust.worksimagemessage-square30fedilinkarrow-up1245arrow-down12
arrow-up1243arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf@sh.itjust.works to Programming Horror@programming.dev · 28 days agomessage-square30fedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up1·26 days 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++