8 tips to use the String class efficiently

Поділитися
Вставка
  • Опубліковано 24 жов 2024

КОМЕНТАРІ • 13

  • @TangoMikePapa
    @TangoMikePapa 5 років тому +3

    This is a real treasure. Keep posting Benoît!! Thanks from SL.

  • @jose-azevedo
    @jose-azevedo 4 роки тому +1

    I feel so grateful to have found your channel. My ESP32 was suffering heap fragmentation and after watching this video I realized I was doing the opposite of 5 things you mentioned. Thank you Benoît!

  • @qigao5458
    @qigao5458 4 роки тому +1

    Very great, thank you for your contribution, please come back as soon as possible to continue publishing, thank you

  • @sblantipodi
    @sblantipodi 3 роки тому

    Benoit is a C/C++ master, I'm always glad to find some of his contents. What a master.

  • @zambumm
    @zambumm 5 років тому +1

    very useful,
    as an unexperienced programmer the first time dealing with a larger project with larger strings , that helped me a lot!

  • @polpotube
    @polpotube 2 роки тому

    thank you so much!!

  • @MPElectronique
    @MPElectronique 3 роки тому

    Merci Benoit :)

  • @agnichatian
    @agnichatian 3 роки тому +1

    if creating a String with String str1((char *) 0);, would calling str1.c_str() on it cause a run-time error ?

    • @BenoitBlanchon
      @BenoitBlanchon 3 роки тому

      No, it would just return a null pointer.

  • @dhakagod
    @dhakagod 4 роки тому

    Did you give up on this channel and your website?

    • @BenoitBlanchon
      @BenoitBlanchon 4 роки тому +3

      No, I didn't and, as you can see, I'm still active on arduinojson.org.
      I'll get back to cpp4arduino as soon as I can, I've just been very busy this year.

    • @dhakagod
      @dhakagod 4 роки тому +1

      @@BenoitBlanchon Thanks for the response. I was looking into materials where I could learn both at the same time and came across your site. Which then brought me here. Was a bit sad to see the lack of content.

  • @imranaalam
    @imranaalam 5 років тому

    treasure trove