Constructor Basics | C++ Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • The basics of using constructors in C++ for object-oriented programming. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

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

  • @ib_parametres724
    @ib_parametres724 Год назад +3

    Great explanation of constructors, short and straightforward. Thank you!

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

    i have an exam in c++ tomorrow, i thought id never understand classes, but after your vids im pretty confident in them.
    thanks a lot.

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

      You're very welcome! :-) I'm so glad to hear these videos were helpful for you. I hope the exam goes well, or that it already went well if you have already written it, good luck!

  • @ieduardoms
    @ieduardoms Год назад +9

    This is the second video of yours I have watched. It is also great. Again, thanks for pronouncing clearly and not speaking too fast, it is highly useful for non-native English speakers.

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

      You're welcome Eduardo, I'm glad you enjoy the teaching style and speed. :-)

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

    Thanks i have learned a lot from you, keep it up the good work , but it will be awsome if you make one video, of implimenting uml diagram to c++

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

      I definitely want to make a video on exactly that topic. :-)

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

    Thank you so much for this video! 😄

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

    Great tutorial!

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

    C++ is so goddamn weird. In Java you need to use the new key word, and I was under the impression that objects in Java were being made on the stack. Well in C++, apparently if you use the new keyword to make an object, it actually takes it from the heap, and because there's no garbage collection, you need to delete it. But on top of that, because it's c++ and not java, you also need to use pointer notation when working with the new keyword.. can't wait for this semester to be over in 2 days. Thanks a lot Mr Brown though, your video was useful

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

      You're welcome Shah, and good luck with the rest of your term, you're almost done! :-)

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

    what does the :: doing?

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

      scope resolution operator

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

    Can you make a video on your life journey.

    • @PortfolioCourses
      @PortfolioCourses  2 года назад +1

      That’s something I’ve thought of doing someday in the future, maybe if I hit 10k subs. :-) I’ve also been thinking about making videos with more general career and programming advice.

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

      @@PortfolioCourses I also not found any good DSA cource on RUclips can you try to make a full course on DSA with practice questions and how build logic to for solving a question 🙇🏻

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

      Data structures and algorithms? I’ve got a few videos on implementing a few data structures in C, and a Udemy course on linked lists. I’ll keep on making more videos on those topics in the future.

  • @RexRai-dt6fx
    @RexRai-dt6fx 10 дней назад

    The first video I have watched is Introduction To classes and Objects and this is the second video of yours. I swear I have learnt much because I'm preparing for my mid semester test tomorrow ❤. Keep it coming with your simple explanation Sir🙏

  • @xander6361
    @xander6361 3 месяца назад

    SO UNDERRATED YOOO

  • @BrianFlores-l8g
    @BrianFlores-l8g Год назад

    What compiler do you use.

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

    🙃 P r o m o s m!!!

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

    are you a teacher sir you have good info communicating skill 🤠

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

      Yes I am a teacher Adel, I’m glad you’re enjoying the teaching style. :-)

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

    very helpful and thank for doing the good work

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

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

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

    🎉