Exception Handling In C++ Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 16

  • @ParvezKhanPK
    @ParvezKhanPK ปีที่แล้ว +6

    This is the only channel I have subscribed to out of 250+, with the bell icon enabled.

    • @CppNuts
      @CppNuts  ปีที่แล้ว

      Thanks man..

  • @poganka45
    @poganka45 11 หลายเดือนก่อน

    Great idea to make videos about exceptions. I didn’t notice any comprehensive video series on this topic on other channels. Thanks!

    • @CppNuts
      @CppNuts  11 หลายเดือนก่อน

      Glad it was helpful!

  • @AestheteSophophile
    @AestheteSophophile 11 หลายเดือนก่อน

    Thanks. Keep uploading the practical and quality content. 👏

  • @rakeshtanwar3836
    @rakeshtanwar3836 ปีที่แล้ว

    Your videos help us to revise C and C++ concepts frequently and make us close to all concepts always....
    Big thanks brother ❤❤

  • @shanmukhasreedhar9067
    @shanmukhasreedhar9067 8 หลายเดือนก่อน

    Finally I saw your face :)... Very good explanation and very well preparation of content to explain.

  • @sanjeetkumar3062
    @sanjeetkumar3062 10 หลายเดือนก่อน

    Rupesh I am in industry for 15 year and have C language background. As industry transitioning to C++. Your videos I am watching to practice and brush up the concept.
    Very helpful 🎉!

  • @ashutoshraja94
    @ashutoshraja94 11 หลายเดือนก่อน

    i am very new to c and c++ dev you videos are tremendous Help

  • @praneshkumar408
    @praneshkumar408 ปีที่แล้ว +1

    Hi,
    I really appreciate you work. We would like to know/learn how to create a real time project. We have been learning so many C++ concepts. It would be appreciated if you taught us some real time project building. Ex: Video streaming, IoT, Webclient/Webserver, Video processing or any thing that you would like to showcase to us.

  • @Smmmile
    @Smmmile 11 หลายเดือนก่อน

    Thank you for deliverying such great content. I have tried to understand exceptions in the past and most examples usually have a function where something is being divided by zero, and I always think to myself well I could easily defensively program around that by checking for that particular case. In your example where you're trying to access out of bounds memory, again I think to myself well I could easily defensively program around that by testing the index is not > vector size. But you also mentioned that you might call a function such as malloc() which would fail and you'd have no way of knowing in advance. Suddenly that clicked and I thought.. well I couldn't defensively program around that, my program would terminate catastrophically. It's the first time I've ever started to see exceptions as being useful in a non trivial example. So I hope this will be the beginning of my understanding of why to use them. My next question would therefore be, how do you know which function calls throw exceptions, and what exceptions do they throw?.

    • @CppNuts
      @CppNuts  11 หลายเดือนก่อน +1

      Sure i will try my best..

  • @maniaharshil
    @maniaharshil 10 หลายเดือนก่อน

    Thank you for putting efforts for us keep it up ❤
    Would really appreciate if you can also come with industry standard scenario to cover exception and other topics after covering basics?

  • @trilecao9014
    @trilecao9014 ปีที่แล้ว

    Can you please show how to use "throw"? Thank you.

    • @CppNuts
      @CppNuts  ปีที่แล้ว

      Sure the next video is that only..

  • @seriouss9077
    @seriouss9077 2 หลายเดือนก่อน

    9:18