What's new and what's changed in C23 - Jarosław Stańczyk - code::dive 2023

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • What's new and what's changed in C23
    The presentation shows new functionalities that will be introduced to the C language in the ISO/IEC 9899 before the end of the year. Features that will be removed or deprecated and not recommended for use in C23 are also shown. The presentation concerns changes in the language itself as well as in the standard library.
    About the speaker - Jarosław Stańczyk
    Graduate of the Wroclaw University of Science and Technology - Ph.D. in computer science.
    He worked for many years as a C programmer, mainly for embedded systems. Passionate about computer science and robotics, particularly interested in machine emotions and human-machine relationships. Free software enthusiast.

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

  • @hwstar9416
    @hwstar9416 8 месяцев назад +2

    10:46 _Static_assert is also a keyword since C11

    • @Ski4974
      @Ski4974 4 месяца назад

      And now deprecated with c23

    • @explqicot3293
      @explqicot3293 Месяц назад

      So what do I use instead of static _assert ? Are y’all using c23 instead of c11 or c99