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