Sjmarf to Programming [email protected] • 1 month agomallocPlusAIsh.itjust.worksmessage-square30fedilinkarrow-up1254
arrow-up1254imagemallocPlusAIsh.itjust.worksSjmarf to Programming [email protected] • 1 month agomessage-square30fedilink
minus-square@[email protected]linkfedilink1•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++
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++