• bluGill@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    Unfortuately c++ interoperability is hard. I wouldn’t write c++ without vector and other containers (templates). Or classes complete with inheiritance (rarely multiple) and thus name mangeling. I now have millions of lines of that stuff and it is hard to write anything else because it has to mix.