Sjmarf to Programming Horror@programming.dev · 5 months agomallocPlusAIimagemessage-square31fedilinkarrow-up1256arrow-down12
arrow-up1254arrow-down1imagemallocPlusAISjmarf to Programming Horror@programming.dev · 5 months agomessage-square31fedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up1·5 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++