Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoDepression Is No Moresuppo.fiimagemessage-square95fedilinkarrow-up11.8Karrow-down137
arrow-up11.76Karrow-down1imageDepression Is No Moresuppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square95fedilink
minus-squarezaphod@feddit.delinkfedilinkarrow-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.
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.