Convert string to Lowercase in C

Поділитися
Вставка
  • Опубліковано 23 тра 2023
  • Source code can be found here:
    code-vault.net/lesson/f9ab933...
    ===== Support us through our store =====
    code-vault.net/shop
    ===== Check out our website =====
    code-vault.net
    ===== Check out our Discord server =====
    discord.code-vault.net

КОМЕНТАРІ • 20

  • @wegi9621
    @wegi9621 Рік тому +1

    Finally you go back. I'd afraid you was finished YT learning. More and more C movies pleasse.

  • @alexferreira4401
    @alexferreira4401 Рік тому +1

    Would be cool to see these string manipulations and concepts in general, when dealing with utf-8 and unicode characters

  • @FritsvanDoorn
    @FritsvanDoorn Рік тому +1

    When using the tolower() function, the test is not needed. I believe. If I am right, the tolower() function will test the character as well. PS. I like your videos about threads and forks etc. Thank you.

  • @connorsullivan5996
    @connorsullivan5996 Рік тому +1

    I like using the integers just because it feels more low level sometimes 😂

  • @user-hg5ss9vm6v
    @user-hg5ss9vm6v Рік тому

    oh, nostalgie task😊

  • @puceno
    @puceno Рік тому +1

    nice

  • @mba2ceo
    @mba2ceo 3 місяці тому

    thank U

  • @ShapeofSpace51
    @ShapeofSpace51 Рік тому

    Do you have any plans of covering the implementation hash tables in c
    like the way you did with linked lists. there don't seem to be very many in depth tutorials on youtube.

  • @zyghom
    @zyghom Рік тому

    I would not expect that tolower() would take 10 minutes ;-)
    but nice to see different ways of doing the same

    • @CodeVault
      @CodeVault  Рік тому

      Usually, people that ask about this have little experience in programming so I try to be comprehensive but also get to a solution as quickly as possible. The first solution is presented in 4 minutes. Do you think that's alright?

    • @zyghom
      @zyghom Рік тому

      @@CodeVault I believe you are doing AMAZING job - some videos are easy some are complicated - usually it depends on the audience rather than on you - you are doing AMAZING job - I learned from your videos like crazy - thank you SO MUCH!

    • @CodeVault
      @CodeVault  Рік тому

      Thank you! I'll cover more complex topics very soon

  • @warplanner8852
    @warplanner8852 Місяць тому

    strlwr() and strupr()?

    • @CodeVault
      @CodeVault  Місяць тому

      Yeah, those can be used as well. But it's a good exercise to understand how characters are stored in memory in C

  • @benebene9525
    @benebene9525 Рік тому +2

    How utterly useless...

    • @CodeVault
      @CodeVault  Рік тому +6

      I try to make videos whenever others ask me about specific questions so it's easy to answer later on (just send them a link). While it might not be useful to you, it is useful to others

    • @zyghom
      @zyghom Рік тому

      @benebene9525 ...YOU ARE - do something instead of criticizing others MF

    • @wegi9621
      @wegi9621 Рік тому

      This guy is simply amazing. Maybe this part is not so advanced, but hi allways gave fantastic explanation about hard thinks in very readable way.