C++ Programming Tutorial 63 - Functions and Constructors

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

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

  • @ANPRODUCTION
    @ANPRODUCTION 5 лет назад +14

    I'm your student from very beginning. What I know about programming today is due to you only. Love from India.

    • @hulavux8145
      @hulavux8145 3 года назад

      Best luck to you! I’m also aiming to be a c++ programmer p, and I will also try my best

  • @Olivier1
    @Olivier1 4 года назад +3

    Very well explained! Thanks for the great content!

  • @guitarhax7412
    @guitarhax7412 5 лет назад +2

    Intro complete. Boom

  • @us-wolf
    @us-wolf 4 года назад +1

    OMG, I am looking for this simple strong information 2 years ago, boss you are amazing

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

    Need a constructor for high-performance responsive native applications on Windows, Android, iOS, macOS and Linux? Did you know that Embarcadero’s Delphi, C++Builder and RAD Studio IDEs enable more than three million independent developers and enterprise development teams to quickly compile native code for multiple platforms while enabling unprecedented productivity with powerful code completion, and enhanced parallel processing on modern multi-core CPUs? Now that you know, what are you waiting for? Try Embarcadero today!

  • @raviel_0422
    @raviel_0422 4 года назад +1

    well explained

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

    Amazing video, thanks!!!

  • @TheJoaohc
    @TheJoaohc 4 года назад +1

    Wish my professor could explain things like this

  • @charlesmullen8024
    @charlesmullen8024 3 года назад

    Do videos on COBOL and Fortran! You've been a Godsend, btw.

  • @gibsonmaglasang
    @gibsonmaglasang 5 лет назад +2

    What is the difference btw between an object and a function?

    • @TheFinalCutBG
      @TheFinalCutBG 4 года назад +1

      Really?

    • @heckmannmark
      @heckmannmark 4 года назад +2

      Good question. In many languages, functions are first class objects. No idea about c++ though.

    • @olliveraira6122
      @olliveraira6122 4 года назад +3

      C++ isnt an exception here, functions are objects.
      Objects are anything that is based on some form of class. Like a variable is an object, just like functions (and probably also enums (along with other types)). And then a class is just something that describes what the object will look like.
      So to make an example, its the string class that defines how every string you create with "std::string your_string" should behave and how you can interact with it, what functions/methods it contains etc. Your "std::string your_string" is in this case an object.
      Same thing goes for functions.

  • @brocklesnarufcchamp1
    @brocklesnarufcchamp1 3 года назад +3

    "It's strong and independent."
    Didn't know functions were feminists.

  • @Avipami
    @Avipami 4 года назад +1

    Why would you use a “black board” ????
    I had to turn off your video because of it. Pure pain :((((( you are good at explaining though

    • @PunmasterSTP
      @PunmasterSTP 3 года назад

      I actually rather enjoy seeing things demonstrated on a chalkboard from time to time. Though I do usually prefer a whiteboard as well...