Sjmarf to Programming Horror@programming.dev · 1 month agomallocPlusAIimagemessage-square32fedilinkarrow-up1254arrow-down12
arrow-up1252arrow-down1imagemallocPlusAISjmarf to Programming Horror@programming.dev · 1 month agomessage-square32fedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up1·1 month 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++