Correct Use of Integers in Safety-critical Systems - Robert Seacord - NDC TechTown 2024

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

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

  • @lerneninverschiedenenforme7513
    @lerneninverschiedenenforme7513 17 дней назад +1

    very nice insight into how programming is difficult on a so basic level

  • @JkaBG
    @JkaBG 16 дней назад

    sized types intN_t should be distinct from char,int,chort,long

  • @CEOofCulturalMarxism
    @CEOofCulturalMarxism 17 дней назад

    MIKE ACTON MENTIONED 53:30

  • @JkaBG
    @JkaBG 16 дней назад

    the biggest pain in C/C++ is integer promotion

    • @MichaelPohoreski
      @MichaelPohoreski 16 дней назад

      One of the problems. Sadly there is no standard way to DISABLE or WARN about automatic upcasts. :-/