on 5:43, since the second constructor has the first one delegated, couldnt we just do this instead? Rectangle(string c) : Rectangle(l,w) ? what I mean is that since the second constructor takes Length and width from constructor 1, delete those parameters from constructor 2?
Thank you! :-) I've made this playlist here of C++ videos, and I plan to make many more C++ videos: ua-cam.com/play/PLA1FTfKBAEX6BdpNaWp2uw-YspHwY7qwW.html
wait thats where i know you from. ur the guy from the office who tried to convince pam to stay in new york. I forgot his name. Pete? idk, but I liked ur work. keep it up.
Hahaha Pete was the intern! Alex was the guy that tried to convince Pam to stay in New York. I can assure that I would never do anything to keep Jim and Pam apart. :-P Glad to hear that you enjoy the work Ivan! :-)
Technically, depending on the scope of the function and where your files are implemented but it would not be right to define a totally separate function when the constructor can be delegated in this manner
I am grateful that there is a youtube channel that helps with questions about programming language C.
Awesome! :-) C++ is next on the list, and then others will be covered too eventually. Lots more C to do though.
constructors have always confused me, thanks for clearing this up man!
You're welcome! :-D
Awesome video. I understood it before but got a bit fuzzy and this cleared it up 100%. Thanks a lot !
You're welcome Michaelino! :-D
Nice tutorial, probably gonna check out some of the others while catching back up in c++ class
Thanks Adam, and that’s excellent you may watch more too! :-)
helpful video now i got the concept thanks
Another great video. Thank you very much.
You’re very welcome Eduardo! :-)
Thanks a lot, I understood everything.
You're welcome, I'm glad it helped you! :-D
Great video. Thanks!!
on 5:43, since the second constructor has the first one delegated, couldnt we just do this instead?
Rectangle(string c) : Rectangle(l,w) ?
what I mean is that since the second constructor takes Length and width from constructor 1, delete those parameters from constructor 2?
No I don't think that will work, we still need to specify all the parameters of the constructor even if it only uses them to call another constructor.
@@PortfolioCourses aight, thanks
that was informative,thanks a lot
You're welcome! 😀
Thanks..... Is two methode rectangle overlowding?
Very appreciative sir,
Your are explaining very nice ☺️
make more videos on c++
And thankyou
Thank you! :-) I've made this playlist here of C++ videos, and I plan to make many more C++ videos: ua-cam.com/play/PLA1FTfKBAEX6BdpNaWp2uw-YspHwY7qwW.html
wait thats where i know you from. ur the guy from the office who tried to convince pam to stay in new york. I forgot his name. Pete? idk, but I liked ur work. keep it up.
Hahaha Pete was the intern! Alex was the guy that tried to convince Pam to stay in New York. I can assure that I would never do anything to keep Jim and Pam apart. :-P Glad to hear that you enjoy the work Ivan! :-)
well..done pal! 😊
Thank you! 😀
thank for this great effort
You’re welcome, and thank you very much Ahmed! :-)
Couldn’t you just make a function call at the beginning of the constructor?
Technically, depending on the scope of the function and where your files are implemented but it would not be right to define a totally separate function when the constructor can be delegated in this manner
thank you so much..
You’re very welcome! :-)