• copacetic
    link
    fedilink
    arrow-up
    2
    ·
    4 years ago

    The difference between C and C++ is interesting here. C++ enables you to build abstractions to lower error risk (bounded integers, range checked containers, …) but C++ is also much more complex and that increases error risk.