Basics Of Using The string Type | C++ Tutorial

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

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

  • @eldinure5893
    @eldinure5893 2 года назад +3

    Thank you for putting the content out! I appreciate the whole series! :)

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

    İt is hilarious to watch it. I am developing myself and having so much fun. Thank you for your help.

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

    Great video thanks for clearing it up!

  • @AHMDZ696
    @AHMDZ696 9 месяцев назад

    I'm excited to start this tutorial! The clear explanations and step-by-step instructions are exactly what I need . the tutorial covers both the basics and more advanced concepts.

    • @id1568
      @id1568 8 месяцев назад

      as text you can read this in 1 min, and do some own testing as coding another 15 min, this is better then nothing but ...

  • @alessiotucci0
    @alessiotucci0 8 месяцев назад

    Thank you so much for the content you produce to this channel, I have few question regrading all this cpp playlist. All this functionality are available in the C++98 standard?
    Which version of C++ is being used in those playlist's video?.

  • @tobi_ggh
    @tobi_ggh 9 месяцев назад

    Woowwww. Thank you so much. This was really helpful for me.

    • @PortfolioCourses
      @PortfolioCourses  9 месяцев назад

      You're welcome, I'm glad it was helpful! :-)

  • @ГлебТолстенев
    @ГлебТолстенев Год назад

    Excellent video! Thank you)

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

      I’m glad you enjoyed it, and you’re welcome! :-)

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

    4:54 if the value that we have to store in variable is more than one character then we use double quotes otherwise single?

  • @ledschmidt1441
    @ledschmidt1441 10 месяцев назад

    I've gone over this in another lesson and for some reason my brain just will not let this in...... WHY would we need to control text or strings like this........ not HOW, i'm seeing how, but I can't understand why? I mean we're entering text all the time in inserting code, doing cout and cin so why do i need to write a whole program that tells me there is 9 text letters when i can plainly see that in front of my face??? Am I stupid or what?....... thanks much, and you do some terrific videos.

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

    Have you uploaded a video about endl? I've read that it is not recommended to use it, but I don't know why not

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

      I know that endl will cause the output buffer to flush, and so people say for "performance reasons" we should use "
      " instead to get a newline because "
      " does not cause the output buffer to flush (which takes time). And that's true, but the only thing is if we're using

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

      @@PortfolioCourses Thanks for the clarification. Is it possible to master C++ without delving into the purpose of the buffer? Because there are things in programming that are very difficult for me to learn and this seems to be one of them 🤷🏻‍♀

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

      That's a great question. :-) C++ is honestly so big that I'm not sure very many people have truly mastered it in it's entirety haha... usually people working in industry get to know certain aspects of C++ extremely well, with a lot of "depth" in those areas. But they're able to do their jobs perfectly fine without knowing *everything* about how C++ works. It's like this for a lot of programming jobs in general. :-) So I wouldn't worry too much if you find the input buffer tough to understand, I'd focus on the areas you're interested in and just keep learning from there. Sometimes when we come back to things years later after spending time learning many other things, we find we're able to grasp the concepts better than we could before.

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

      @@PortfolioCourses Yes I hope I manage to grasp the concept over the course of time. Thank you for the informative answer 😊

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

      @@li0770 You're welcome. 🙂

  • @didiTchu
    @didiTchu 2 года назад

    bravo