Sjmarf to Programming [email protected] • 3 months agomallocPlusAIsh.itjust.worksimagemessage-square31fedilinkarrow-up1253arrow-down12
arrow-up1251arrow-down1imagemallocPlusAIsh.itjust.worksSjmarf to Programming [email protected] • 3 months agomessage-square31fedilink
minus-square@[email protected]linkfedilink1•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++
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++