You should use C++ in Embedded Systems

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Most Firmware and Embedded Engineers recoil at the notion of using C++ however in the age of cheap 32bit ARM microcontrollers and memory is it worth reconsidering.
    Michael Caisse seems to think so.
    Here's are his key takeaways for using C++ over C in embedded systems.
    jobs.runtimere...
    Watch the full presentation here • Video
  • НаукаНаука

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

  • @kayakMike1000
    @kayakMike1000 23 дня назад

    Well good C programmers will muck around with golbolt sometimes. Its interesting.

  • @kayakMike1000
    @kayakMike1000 23 дня назад

    Plain C has abstractions. We call 'em opaque pointers. You don't really give a rats ass how a FILE pointer works. You just know you can fgetc out of it or fputc into it.

  • @Gorkong
    @Gorkong 5 месяцев назад

    like, why would you upload a video with many small texts with the quality of a potatoe?

  • @kayakMike1000
    @kayakMike1000 23 дня назад

    Why are you running business logic on a microcontroller? Seems kinda goofy to me...

  • @Yoyo-ck9pm
    @Yoyo-ck9pm 2 года назад

    Why is c plus used in embedded ??

  • @anirudhpraveen7410
    @anirudhpraveen7410 3 года назад

    True

  • @vyking1972
    @vyking1972 Год назад

    What about rust?

    • @kayakMike1000
      @kayakMike1000 23 дня назад

      We didn't need a whole language with a shitty compiler to introduce a borrow checker that could have been done with a clever linter.