The first video that actually explained what was that goddamn e.
@phantomgaming541Ай бұрын
true
@sesarman18 күн бұрын
i think it stands for exception haha, i've seen other objects used such as excpt, but when I use anything but e i get an error that it was not declared.
@AndreasAn10 ай бұрын
Right now i am attending an advanced C++ Course at university. I have spent some time watching videos at youtube and most people explain exceptions while they are throwing int or strings and not objects which inherit from std::exception. Of course this will compile and work in smaller projects but when I need to code, there are bigger projects where I have to work with different developers. There you need to throw consistently to avoid weird crashes. I just wanted to mention that i watch explicitly this video as it shows catching a reference of an exception what other content creators are not doing. thanks for making serious content ^^
@sesarman18 күн бұрын
this was the best explanation explaining all scenarios without having to deep dive into other elements that we maybe unfamiliar with atm, thanks.
@joshisushant5 ай бұрын
The best video on exception handling for sure. Short 15 min, but covers almost everything !!
@programandoconian Жыл бұрын
This is the most straight forward tutorial for simple try and catch! Thanks
@lumguerra7 ай бұрын
Excellent video! Straight to the point, with different examples. Thank you!
@lucasgroves137 Жыл бұрын
As always, useable information with no filler! 👍
@PortfolioCourses Жыл бұрын
Thank you for the positive feedback Lucas! :-)
@F.O.U.N.D.E.R9 ай бұрын
@@PortfolioCourses Thank you Mr.Kevin , love and praises from russia sir
@yigitcoban9823 Жыл бұрын
Thank you Mr. Kevin. It was quite efficient video for me.
@desvendandoornasaude41273 ай бұрын
The beauty of C++!
@joymakerRC Жыл бұрын
bro you are awesome, i watch your vids on 1.25x before and after i read the chapters. im crushing it .... many thanks
@Rojfos Жыл бұрын
You've explained it really well. Link to the cpp reference was also helpful. Thanks!
@PortfolioCourses Жыл бұрын
I’m glad you enjoyed the explanation, and you’re welcome! :-)
@theawesomeassem38164 ай бұрын
Thank you very much, your video was very informtional and straight to the point, also your method of explenation is phenominal.
@PortfolioCourses4 ай бұрын
You’re welcome, I’m glad you liked the style of content! :-)
@bachoundaseddik2506 ай бұрын
dont take it the wrong way but just asking because it was funny, did the source like a "book" you've learned from exception handling had "throw 20" as an example too?
@bakeery Жыл бұрын
Before searching i was hoping you made this video after adding chennal, the video show up, am so happy.
@PortfolioCourses Жыл бұрын
I’m glad to hear that Abubakar! :-) If you ever have ideas for topics that you think I should cover please let me know.
@sabaresand730911 ай бұрын
Hi sir, Thanks for this useful information could you explain why you used the virtual keyword in the "what" method during the custom exception implementation.
@sukritiguin5637 Жыл бұрын
Great Tutorial.❤❤
@PortfolioCourses Жыл бұрын
I'm glad you enjoyed it Sukriti! :-)
@AkshayRaj10 Жыл бұрын
Thanks for making these tutorials
@PortfolioCourses Жыл бұрын
You're welcome Akshay! :-)
@badassopenpolling9 ай бұрын
Where is the sample for - Exception handling in Deleting List of objects on heap ??????
@technicalmaster-mind6 ай бұрын
Legend sir 🫡
@md.iqbalmahamudmoon3012 Жыл бұрын
can you make some videos about dynamic and static type casting, it would be a big help
@dopetag6 ай бұрын
is `using namespace std;` not considered a bad practice?
@PortfolioCourses6 ай бұрын
Using it in a library that is going to be re-used would be a bad practice, using it in a short program is not. This video explains why/when it is a bad practice: kzbin.info/www/bejne/bpi9f3mqZb54kKs