Diff between const char pointer and const pointer to char

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

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

  • @arnVgawandi17
    @arnVgawandi17 6 дней назад

    best tutorial out there,i was confused for days, this cleared it all
    \\thanks;

  • @Sparrowhawk-z7k
    @Sparrowhawk-z7k 7 месяцев назад +1

    Man. You are good at this

  • @AnimeKing-m2t
    @AnimeKing-m2t 3 месяца назад +1

    There is so much amazing and great tutorial content on RUclips. When I watch one video I want to subscribe to that channel, then again RUclips suggests another video and that is also amazing, I want to subscribe that channel as well. This process goes on..and then it becomes impossible to keep an eye on all the subscribed channels because the channel list is huge.. 😄

    • @CppNuts
      @CppNuts  2 месяца назад +1

      True!!

  • @CYB3r_D3m0n
    @CYB3r_D3m0n Год назад +2

    well explained, i would like to suggest that if you could explain/ tell whats the use-cases of these things(not just for what was explained in this one ) if you could add it in as an ending segment in your future video it would be really helpfull.

  • @TheBuilder
    @TheBuilder 9 месяцев назад +1

    that backwards trick is really useful

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

    You made it easy. Great. Thanks

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

    Just made it simple, thanks 👍

  • @69k_gold
    @69k_gold 11 месяцев назад +1

    I never thought I'd have to use const char * const ptr_name for a read only string but here we are

  • @ChandraShekhar-by3cd
    @ChandraShekhar-by3cd Год назад +1

    Rupesh, thanks a lot for you continuity, I have been all long with your teaching, a great help you have done to all of us, thanks a lot.
    And just on the side note I wanted to get your suggestion, which mic are you using and do you use any specific software to record the screen, since I was trying to upload some videos as well, could you please guide me to make it. Thanks

    • @CppNuts
      @CppNuts  Год назад +1

      Thanks..
      Screen recording: default mac recording
      Mic : Akg d5
      Audio interface : scarlet solo 3rd gen

  • @tuti-fruti9983
    @tuti-fruti9983 5 месяцев назад

    Thank you

    • @CppNuts
      @CppNuts  2 месяца назад

      You're welcome

  • @abdullahsharaawy
    @abdullahsharaawy 6 месяцев назад

    Thanks

    • @CppNuts
      @CppNuts  2 месяца назад

      Thanks!!

  • @jumbo999614
    @jumbo999614 6 месяцев назад

    Never know that reading backward will make it easy to understand.
    This is better than trying to find the answer from google.
    Great tutorial.
    Do you have tutorial on bitwise shifting thing?
    I'm watching many Arduino tutorial and they use a lot bitwise shifting and comparison in their codes which I find difficult to understand.
    for example ,this is the part of the code I don't understand
    // Converts row and colum to bitmap bit and turn it off/on
    void Plot(int col, int row, bool isOn)
    {
    int zone = col / 8;
    int colBitIndex = x % 8;
    byte colBit = 1

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

    Great👍

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

    make a video that explains volatile const * char = &i;
    PS: This will help for embedded engineer interview questions.