lemme in@lemm.ee to Programming@programming.dev · 2 months agoThe US government wants devs to stop using C and C++www.theregister.comexternal-linkmessage-square46fedilinkarrow-up15
arrow-up15external-linkThe US government wants devs to stop using C and C++www.theregister.comlemme in@lemm.ee to Programming@programming.dev · 2 months agomessage-square46fedilink
minus-squareasdfasdfasdf@lemmy.worldlinkfedilinkarrow-up0·edit-22 months agoWhy not just use the C ABI? And what libraries are you referring to? Almost all the ones I’ve used have fantastic docs.
minus-squareScreaminOctopus@sh.itjust.workslinkfedilinkEnglisharrow-up0·2 months agoIn my understanding, you can’t interface with the C abi without using an unsafe block.
Why not just use the C ABI?
And what libraries are you referring to? Almost all the ones I’ve used have fantastic docs.
In my understanding, you can’t interface with the C abi without using an unsafe block.