minus-squarezaphod@feddit.detoProgrammer Humor@lemmy.ml•*Permanently Deleted*linkfedilinkarrow-up1·1 year agoYes, use C++, but with extern "C" for everything so you can easily interface with other software. That limits you to no classes or namespaces, but internally you can use smart pointers, vectors, maps and actual strings. linkfedilink
minus-squarezaphod@feddit.detoProgrammer Humor@lemmy.ml•Frontend vs backendlinkfedilinkEnglisharrow-up8arrow-down1·1 year agoHate it, fuck that low contrast bullshit that makes me think my glasses are dirtier than they actually are. linkfedilink
Yes, use C++, but with
extern "C"
for everything so you can easily interface with other software. That limits you to no classes or namespaces, but internally you can use smart pointers, vectors, maps and actual strings.