I missed my class on templates so came here. Damn. Sir you never fail to impress me ! I just love how concise the explanation is! The way you show the wrong way of doing things with the code is so amazing! Thanks a lot!!!
@PortfolioCourses2 жыл бұрын
Thank you for the positive feedback Aditya! I'm glad to hear the video helped you out. :-)
@On.00710 ай бұрын
Man, I love the way you explain things!.
@PortfolioCourses10 ай бұрын
I’m glad you’re enjoying the explanations! :-)
@chickennuggies0242 Жыл бұрын
I’m glad I clicked on your video. Your page looks full of useful code! Looking forward to it. And great video you have here too!
@nick_the_octopus8 ай бұрын
This is very helpful. Clearly explained and shown in good resolution. Thank you for your service!
@pauliuskatinas2810Ай бұрын
Fantastic explanation, thanks! Even easy to understand as a complete beginner
@bakeery Жыл бұрын
You got a new subscriber. Simple and straightforward
@PortfolioCourses Жыл бұрын
Welcome aboard Abubakar! :-) I’m glad you enjoyed it!
@BadMemoryAccess Жыл бұрын
Thank you. The structure and tempo of your explanation were exactly right :)
@PortfolioCourses Жыл бұрын
You're welcome, I'm glad you enjoyed it! :-D
@AnaMaddisonАй бұрын
The constant expression’s value can be set once at runtime, but not changed afterwards. So, the behavior exhibited in the this example is more from the compiler’s interpretation of what it means to handle arrays in particular. The constant expression limitation on array length stems from the inherent characteristic of arrays themselves. So, if console in was assigning a vale to variable x at runtime, and then that variable value was being assigned to constant x afterwards, then the value of constant x could actually be used by the template successfully, however in this example, we are not assigning a value to an uninitialized constant to handle the operation.
@Garrison86 Жыл бұрын
Awesome tutorial, very clean and super easy to follow 👌👌
@PortfolioCourses Жыл бұрын
I’m glad you found it easy to follow! :-)
@blaisofotso3439 Жыл бұрын
Absolutely fanstatic! You are an amazing teacher. thank you so much for puuting the hard work in making these courses.
@PortfolioCourses Жыл бұрын
You're very welcome, I'm glad to hear that you enjoy the videos! :-)
@ib_parametres724 Жыл бұрын
template void gratitude (T x) { std::cout
@dannggg Жыл бұрын
Question. Why can length variable initialized array in this case? Because when I try to make an array it never takes variables only ints.
@muhammad-ali-khalid7 ай бұрын
I have no words to thank you ❤❤
@sunandachowdhury1455 Жыл бұрын
Precise and to the point explanation! Thanks for that :))
@PortfolioCourses Жыл бұрын
You're very welcome, I'm glad you enjoyed it! :-)
@ZinWesamАй бұрын
🔴🔴🔴 Why we put (and) in at() function ?
@yigitcoban9823 Жыл бұрын
Thank you kevin. For everything.
@PortfolioCourses Жыл бұрын
You’re very welcome Yiğit! :-D
@johnibat Жыл бұрын
Nice explanation...👍 Very clear and useful... Thank you...🙏
@PortfolioCourses Жыл бұрын
You're welcome, that's great to hear that you enjoyed the explanation! :-)
@mmp7337s Жыл бұрын
Thank you for this video, we have a book to teach us this in my school but it is so confusing compared to this