Practical Tips for Safer C++ - Tristan Brindle - C++ on Sea 2024

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 7

  • @doBobro
    @doBobro 10 дней назад +1

    A great down to earth talk. It's a strike contrast with usual these days "oh no they dare to call our beloved c++ as unsafe language, they simply couldn't write a proper c++ and wait for safety profiles miracles".

  • @RishabhRD
    @RishabhRD 19 дней назад

    Thanks for the talk

  • @martinelzen5127
    @martinelzen5127 18 дней назад +1

    Wow! Very cool! Thanks for explaining those behaviors and those checks et al!

  • @sanjaygatne1424
    @sanjaygatne1424 19 дней назад

    पहील्यांदा यु बी आणि फास्ट कोड मधला संबंध लक्षात आला.

  • @Cirwlos
    @Cirwlos 18 дней назад

    CPU should provide hardware support to check overflows without overhead.
    A function should have an optional pointer to be called in case of overflow, so if no error happens, the code doesn't waste branches and clocks checking for errors.

  • @ferdynandkiepski5026
    @ferdynandkiepski5026 19 дней назад

    What do you think about using compiiler builtins for checked arithmetic?

  • @Roibarkan
    @Roibarkan 20 дней назад +5

    36:03 C++ Seasoning: ruclips.net/video/qH6sSOr-yk8/видео.html