Exception handling in C++ (How to handle errors in your program?)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @CodeBeauty
    @CodeBeauty  3 ปีที่แล้ว +28

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.

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

      Hi saldina, can you please share the code in your pinned comment as a github link or as a txt message it really helps before the evalution. Thank you for lessons.

  • @General_Boo
    @General_Boo 3 ปีที่แล้ว +51

    PLEASE never delete your channel/videos!!
    Your content is so useful

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +13

      I won't delete it. 😃 I'm hoping to reach even more people and help them learn programming. Thank you! 💜

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

      Ah , I can't tell if your just simping or if this is meant to be sarcastic .

    • @mr.erikchun5863
      @mr.erikchun5863 ปีที่แล้ว

      @@spencerignatescue158 the lonely virgin calling someone a simp. Smh

  • @OCEAN-fc9wl
    @OCEAN-fc9wl 2 ปีที่แล้ว +29

    This channel is perfect for learning C++ in an organic and simple way.

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

    I had a friend from Celic in Bosnia. You remind me of her. She is a teacher and you both have same personality. Maybe all Bosnian have same charming personality. Anyway your lessons on C++ are great for beginners.

  • @lukaadamovic8314
    @lukaadamovic8314 9 หลายเดือนก่อน +1

    Thank you very much Saldina. The handing of these exceptions is indeed very very VERY useful and I am truly happy that I have learned so much about this topic. Greetings from Brazil!!!!!!!!!

  • @multiplier007
    @multiplier007 3 ปีที่แล้ว +3

    You have got amazing teaching skills.
    You are the best than the teachers in university

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

      That is so nice to hear! Thank you very much! 💜

  • @umairawan3938
    @umairawan3938 3 ปีที่แล้ว +27

    Saldina is a great teacher ❤️

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +3

      Thank you UMAIR AWAN! 💜💜

    • @Javier-uh7mb
      @Javier-uh7mb 3 ปีที่แล้ว +1

      someone is in love with their teacher 🙊

  • @GhanBuri666
    @GhanBuri666 3 ปีที่แล้ว +3

    I love listening to you because you are explaining everything in the easiest possible way, but also you are speaking very clearly and have nice voice!

  • @fachriyasir661
    @fachriyasir661 3 ปีที่แล้ว +23

    Hi Saldina, Thank you for spending your time creating video about C++. I'm not a CS student and not really good at programming but you help me pass C++ class. Now I also start to get interested to programming. I feel blessed that I found your channel, so please keep making videos like this:))

    • @virtually2124
      @virtually2124 3 หลายเดือนก่อน

      um what is a "CS" student ?

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

      @@virtually2124 Computer Science Student

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

    This channel is very perfect for learning C++ in an organic and simple way. she is teaching in very simple method
    spacially thanks, Mam for providing very helpful knowledge

  • @carboqaddumi3944
    @carboqaddumi3944 3 ปีที่แล้ว +3

    this channel single-handedly carried me through my freshman computer engineering year, seriously thank you keep doing this you're great! (:

  • @alexandruteodor3585
    @alexandruteodor3585 3 ปีที่แล้ว +37

    This tutorial is exceptional! :)

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

    @18:22
    I'm curious how you were able to comment out the code all at once. Is there a shortcut?

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

    I summerize a point which may be easily overlooked:
    in 12:39 you must use "a pointer" as the parameter , so if you throw a "string type var" , you use the const char * ,because we need a pointer,however,"string" doesn't have pointer and "char" do.And string is actually a "char"

  • @kinghadu9611
    @kinghadu9611 3 ปีที่แล้ว +7

    Saldina I don't know how you get the time to do all these videos but thank you so much for all the help you have given me I am loving programming thanks to your channel.
    I think a great video you can do would be building a project like one that uses a user made form and a database etc. Any sort of real world application that one would be expected to make when in the field would be awesome!!!!
    Again thank you so much for your incredible help in sharing your knowledge. I once read a post from a wise person he said that knowledge becomes wealth if it is shared freely but it becomes a weapon when it is kept by selfish people.
    Thank you for spreading your riches and bettering humanity!!!

  • @christiancarter255
    @christiancarter255 2 ปีที่แล้ว +2

    Advantages of using error handling methods over only using if-then statements?

    • @shaikhshehzad024
      @shaikhshehzad024 4 หลายเดือนก่อน +1

      Maybe for readability and you won't need to put a special return value for function in case you want to handle error.

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

    Hi Saldina, Thanks a lot for your effort in teaching C++. In this example, we can add one more print and demonstrate that fourth print will not get executed when third print got an exception.

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

    Seriously, this is the best programming channel on youtube. U r awesome!

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

    One of the important topics in C++, especially when using the STL as almost all of its functions will throw exceptions as soon as they encounter errors.

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +4

      Indeed, it is very important topic! Thanks for your help with replying the comments in the chat today! 😃💜

  • @virtually2124
    @virtually2124 3 หลายเดือนก่อน

    unbelievable good, better than the book that divides a number by zero to get a throw, try, catch error.
    In the class chapter of the book, the example list class listing of a program and when it runs it goes "Woof, woof I am a two year old dog and I can wag my tail"
    and I think, "WHAT !!??, I could have written a program in BASIC to do the same thing."

    • @CodeBeauty
      @CodeBeauty  3 หลายเดือนก่อน

      if you like my teaching check my Practical Programming Course at www.codebeautyacademy.com
      We are building real desktop application in C# and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
      I'll be happy to have you there. :)

  • @manoking9619
    @manoking9619 ปีที่แล้ว +2

    Your videos are so good that my professor takes your code and uses it for class lessons! Either that or you both code very similarly.

  • @preetichaudhari319
    @preetichaudhari319 3 ปีที่แล้ว +8

    Hey Saldina!
    I would really appreciate if you can make a detailed video on Operator Overloading including topics such as Fundamentals of Operator Overloading, Restrictions on Operators Overloading, Operator Functions as
    Class Members vs. as Friend Functions, Overloading Unary Operators, Overloading Binary Operators,
    Overloading of operators using friend functions.
    Thanks!

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

    it's my OOP exam in 2 days this video was absolutely helpul

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

    yoh, you saved me when i needed you most. thank you for your easy to follow and understand videos

  • @rakshitsen5110
    @rakshitsen5110 3 ปีที่แล้ว +4

    Big fan from india🇮🇳.
    Ma'am your video help c++ language
    a lot.
    Thank you so so much.

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว

      Thanks for the support. Greetings to India! 🇮🇳🥰🥰

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

    I can't thank you enough, you have a great method of explaining.

  • @tamarabenjamin9089
    @tamarabenjamin9089 3 ปีที่แล้ว

    My favorite youtube teacher for C++.

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

    This tutorial is very helpful for me. By many videos like this, I can learn not only coding but also English learning skill

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    23:57 my only query/worry is that this way becomes way too dependent on both the function call as well as function implementation. In my mind:
    1. there should be some way within the function definition to try-throw-catch and jump back to caller function
    2. If the caller function contains an assignment after return, then skip that assignment and proceed to next stmt
    This aint ideal though, as it wont work in other expressions like comparison, or cout etc...

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

    What I like about his videos is the pace and efficiency of what he explains. A discovery this channel!!
    It would be nice if you shared the code, although it is true that doing it by hand helps to understand it better.

  • @ДмитрийБузницкий-б3н
    @ДмитрийБузницкий-б3н 2 ปีที่แล้ว

    Thank you for your lessons, Saldina. You have clear English pronunciation, I like it. My English isn't so good, may be pre-intermediate level, but I understand you. Aside from programming I will study English listening with your lessons :) With love from Russia

  • @aliafzal3029
    @aliafzal3029 3 ปีที่แล้ว +2

    hey seldena.. U have busy routine but still u spend time on us like making videos for us and share your knowledge with us and i think U r amazing 🙏💜

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +3

      Thank you so much. the support that I get from this community means a lot to me! You're the best! 💜💜💜
      it's Saldina*

  • @wscamel226
    @wscamel226 ปีที่แล้ว +2

    Awesome. Thank you

  • @marcofe82
    @marcofe82 3 ปีที่แล้ว

    Ciao Saldina, really good explanation about exceptions. I've also appreciated your slow speak, cause in this way every single words is recognizable and it's possible to totally absorb the meaning of the lesson.

  • @moularaoul643
    @moularaoul643 3 ปีที่แล้ว +2

    Thank you for all the time you give us!!!

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

    I Just couldn't grasp try catch blocks until this video thank you.

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

    Hii love from algeria❤️your teaching skills are awesome

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

      Thanks and welcome! Greetings for Algeria! 💜

  • @ponluee
    @ponluee 3 ปีที่แล้ว +2

    Thank you for all the time that you teach us🙏❤️

  • @jasswrites3195
    @jasswrites3195 3 ปีที่แล้ว

    Never stop making videos, you are doing a great work!!

  • @xaadadaa
    @xaadadaa 3 ปีที่แล้ว +2

    best programming channel i learned so much from u

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว

      I'm happy to hear that 🙏💙

  • @charlesschmidt4272
    @charlesschmidt4272 2 ปีที่แล้ว

    Very good concise introduction. Small point: there's a bug. Documents shorter than 10 characters will print without reducing the amount of available paper.

  • @astudent797
    @astudent797 3 ปีที่แล้ว +2

    Could you please refer a open book pdf of c++ for better learning of programming

  • @smokinjoe9415
    @smokinjoe9415 2 ปีที่แล้ว +3

    One problem with most of your tutorials, including this one, is that you should also point out flaws in your example code. The biggest flaw and easiest to explain is that in your example code, you should be passing the strings as const references instead of passing them in by value which causes huge performance problems due to all the unneeded string copies. For example your ctor should have const string &name instead of just 'string name' (bad performance hit). Same with print. and since you aren't modifying the strings passed in, make them const.
    Doing this will help create less newbies running around creating bad code. There are many other improvements that would make your code better and production quality, but in a beginner tutorial that is not a good idea - but using references instead of by value when possible is something a newbie should learn day one.

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

      That's exactly what I was thinking too. Passing a very large document by value will use up stack space so best pass a pointer or reference to the string document which is really passing an address to the document string. 👍

  • @zombiehellmonkeygaming1956
    @zombiehellmonkeygaming1956 3 ปีที่แล้ว

    Thank you for the video, I've learned exception handling already, but I always watch your videos in case I missed something when I first learned it, or you give a better explanation.

  • @user-xc9kj5so5u
    @user-xc9kj5so5u 3 ปีที่แล้ว +1

    I have only one question... how can I comment out selected code like you do at 19:24? That's so awesome

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

      You can simply do it by selecting the text you want to comment out and pressing Ctrl+/
      You can also uncomment the text in the same way!

  • @yi-chongjiang5639
    @yi-chongjiang5639 2 ปีที่แล้ว +1

    LOVEEE this video explaining everything I need in detail!!
    Also love the summary part, it goes through everything again and makes the concept more solid!!
    thank you so much!

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

    thank you so much, I learned a lot

  • @umairawan3938
    @umairawan3938 3 ปีที่แล้ว +12

    Most awaited!!!

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +2

      Happy to hear that! ❤️

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

    Could anybody please explain to me why she throws an exception for a (const char * txtException) when the type of the exception is a string literal? Also why is there a need to use the "const" qualifier along with a pointer? I do not understand please help!

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

      According to the standard a text with double quotes is not a string. It is a const char *. This is because C legacy of C++. This address represents the address of the character array in ROM (.text code segment) part of the program. And it has to be const, not to let anybody to change it because as I said, those characters stays on the ROM side.

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

    Thank you sooo much. This try catch throw stuff is quite tricky if you first touch it!!,😅

  • @muhammetkaplan8869
    @muhammetkaplan8869 3 ปีที่แล้ว

    You are a perfect detail in this world :D keep going, as a nonnative English speaker I found your speaking is very simple but at the same time understandable perfectly :D

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

    thank you. Im begginer in cpp and its useful for me.🥰

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

    You've explained exception quite clear.

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

    Good diction, very clearly explained. Perfect!

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

    I like that your have tasks under video. So your make not just video it's very good content for learning.

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

      Yep, I often include small tasks so that my viewers can use them to practice on their own as well. Thanks! 😃😃

  • @broadbandmax
    @broadbandmax 6 หลายเดือนก่อน

    Not sure if already asked, how to does the exception work when propogating through a call stack?

  • @rohaannadeem914
    @rohaannadeem914 2 ปีที่แล้ว

    Your teaching way is superb

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

    I am from India, mam ur awesome 🙌

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

    Wonderful explanation of exceptions. You made it easy.

  • @strategyschool
    @strategyschool 17 วันที่ผ่านมา

    very clear and clean explanation. many congrats.

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

    Pozdrav iz Srbije. Video je bez error-a. :D

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

      Pozdrav za 🇷🇸
      🤗❤️❤️

  • @chulbalytwins2450
    @chulbalytwins2450 2 ปีที่แล้ว

    saldina i salute your work you are so much hardworking

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

    hey!!
    first thank you for the video!!
    i would like to know when i use the default catch(...) how can i pass an argument to print the message?

  • @sealkeen
    @sealkeen 3 ปีที่แล้ว

    1) This might be an off topic but I almost immediately recognized your slavic english accent.
    2) Also, If Im not mistaken, the "using namespace std" instead of "using std::string" and "using std::cout" might result either in increasing the executable's size or affect the coding proccess by adding an additional namespace of thousand names. Everything else is pretty much fine.

  • @selenahurloi5876
    @selenahurloi5876 2 ปีที่แล้ว

    you are so good at explaining, i love watching your videos and hopefully i will also pass the exam!!

  • @amosreginaldjr.4200
    @amosreginaldjr.4200 3 ปีที่แล้ว

    C++ is beautiful when you understand it!

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

    Wouldn't an "if statement with return" be much cleaner than Exception`? What is the adv of an exception compared to a simple if statement with return?

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

    can we throw the exception in main function as well instead of throwing it from the class

  • @rimaben438
    @rimaben438 2 ปีที่แล้ว

    Thanks a lot Saldina I am beginner in C++ I understand with more then my teacher i wrote all his exemples but when I compile gives errors

  • @digantachaudhuri
    @digantachaudhuri 3 ปีที่แล้ว +4

    Subscriber++;
    Thanks for this video, Nice explanation.
    ❤️ from India.

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

    Great! Keep going code beauty! every interesting training.

  • @atvuduy9238
    @atvuduy9238 3 ปีที่แล้ว

    Very good. I come from VietNam. I learn both English and C++

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

    You are a great teacher saldina

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

    What a fantastic explanation.!

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

    I have a finished C ++ course in sololearn, could you give me a list of things that I must know to be a C ++ dev? I not sure if need learn more

  • @MrNYT
    @MrNYT 3 ปีที่แล้ว +2

    This vedio I really all the time which I want 🙏 thank mam

  • @michalegierski4337
    @michalegierski4337 3 ปีที่แล้ว +4

    I don't know whether you have already mentioned that in previous videos, but it would be worth to say, that integer division in C++ is always rounded down and because of that, in line where you calculate the required amount of paper, you should explicitly round the result up. BTW great video.

    • @dukathneu
      @dukathneu 3 ปีที่แล้ว

      This is only an example. This is not about printing but about Exception handling. Nobody cares about math here or should.

  • @GenjaOrigins
    @GenjaOrigins 3 ปีที่แล้ว

    So throw is something like print so if print exists then what more does throw offer

  • @neepunpatil5201
    @neepunpatil5201 3 ปีที่แล้ว +2

    Waiting!!!!!

  • @malikmuhammadarslan9993
    @malikmuhammadarslan9993 2 ปีที่แล้ว

    You are Such a Legend
    please make C# videos

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

    Awesome video😎😎👍👍

  • @virtually2124
    @virtually2124 3 หลายเดือนก่อน

    In my C / C++ classes as a student, I did a sort numbers into order using what I just leaned on "recursion function" without using a temp int., when it goes through the list and does not do a swap, it breaks out the calling itself cycle.
    Post school days maybe I could have tried classes to do, Ascending, Descending order, and maybe to really tax the brain, the same order of the telephone book (but with numbers not character string the book uses), that would in a order like 1, 10 150, 23 230, 3, ...............up to 9??? order.
    Then someone from a C / C++ email group said, try this out x^= y^= x^ = y^ = x ( ^ is exclusive or ) that does not need a temp int

  • @kuldeeprane1469
    @kuldeeprane1469 3 ปีที่แล้ว

    Can you make video on projects we should include in our resume as a fresher

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

    Another VERY important thing to teach newbies about exceptions, DO NOT USE THEM TO REPLACE REGULAR ERROR HANDLING!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Exceptions have overhead due to stack unwinding and other things, they are NOT meant to replace errors such as running out of printer paper, you should return errors (int or a bool for example) to indicate failed status. An exception would be an I/O error with the printer, that should be an exception of course, but not running out of paper or ink. If I was reading a file, a READ ERROR would be an exception, but if they format of the data we read is not as expected (for example you are trying to read a JPEG file and it isn't JPEG format) this is NOT an exception, it should be handled as an error. I emphasize this because exception handing gets a bad reputation for performance, and that is only because numbskulls are using it as a replacement for error handing which is bad. An EXCEPTION is something that is out of the users control.
    A good used for exceptions is lets say you are reading a structured file format and need to read ints, shorts, chars, etc. Instead of checking each read, put them in a try block and catch them. This can actually boost performance because instead of checking lets say 5 I/O calls, you can do no tests and handle the exception. For example:
    try {
    read a short
    read a char
    read a long
    read a short
    read a char
    }
    catch(...) {
    }
    if the short/char/long or whatever is NOT the format you expected return an error code indicating that the file is not the correct format.
    That generates much tigher code than:
    read a short
    if the read failed, return an error
    read a char
    if the read failed, return an error
    etc...
    See we have all the silly IF statements. That creates code that is not cache friendly and has overhead. But in the try/catch, it generates code with less overhead. If we end up in the catch block, we know that either the file is not what we expected or there was an I/O failure, so we cleanup and close the file, then return an error. If we did not get an exception, we examine the values we read to determine if for example it was a JPEG, if it is, then we continue to read the data now that the header is processed.
    That is a more professional (and faster/optimized code) than simply treating exception handing as a replacement for error such as "Not a JPEG", exceptions should be EXCEPTIONAL conditions.
    ANOTHER VERY IMPORTANT THING: NEVER throw any exceptions from a destructor for example. Speaking of IO, by default things such as streams and such throw by default, fclose() can also throw (failed to write out buffers), so be very careful in destructors. You can disable throwing with I/O if you want to handle the errors manually.
    Bottom line: This is C++, not some high level python code where you simply write trash code and ignore errors (ever wonder why many apps/games just crash? that is why, it was made by an amateur or lazy programmer. C++ code is very fast and optimal if used correctly, and if used correctly exception handling can actually improve your code (just as I showed by eliminating a bunch of branches that create cache unfriendly code), but it is NOT meant to replace general error handling.

  • @astudent797
    @astudent797 3 ปีที่แล้ว +4

    Please after learning c++ give us a map to learn other demanding languages

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +4

      C# is next. It is my go to language after C++.
      It is similar to C++ and also very useful and versatile. 😃😃

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

      @@CodeBeauty thank you mam saldina nurak for your reply after even your busy schedule.

  • @samuelfe
    @samuelfe 3 ปีที่แล้ว

    Which extension is this one that places the spaces between, e .g "cout" and "

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

    Thank you for your videos, I like them very much! very helpful!

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

    Hi saldina..which company you are working for?

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว

      The name of my company is EVONA 😃😃

  • @umutsenturk7980
    @umutsenturk7980 2 ปีที่แล้ว

    Hi, firstly thank you for all the videos they’re really helpful. I want to ask about the video; 1. when we wanted to print a text we defined a const char * but we didn’t use any pointer to except any type of int, why? 2. “” is actually a string type and type char has just one letter as I know how does it work actually, thank to pointer?

  • @samael2187
    @samael2187 3 ปีที่แล้ว

    Amazing video you just helped me add exceptions to my final project thnx a lot

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

    CodeBeauty, i hear from a lot of people to drop C++ and learn python or javascript, i have electromechanical background and C++ is used there, that is why i am maybe going for it, what is your take for this one?

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

      C++ is best for performance. Used in aerospace, defence, cybersecurity and games applications. Well supported by Microsoft. Python may be a passing fad.

  • @Ferenc-Racz
    @Ferenc-Racz 3 ปีที่แล้ว +1

    And don't forget about RAII as a finally block :)

  • @rosabeigi
    @rosabeigi 2 ปีที่แล้ว

    I find your content so useful

  • @danielh.4265
    @danielh.4265 3 ปีที่แล้ว +1

    @codebeauty I really like your way of explaining programming, approaches and the language C++ itself. Unfortunately this video is showing how exceptions should not be used. Well, I've seen this a lot, so I think it's a general problem. Why?
    Well it's called "exception" not "error code". If your virtual printer is running out of paper it's not exceptional behavior but normal behavior. It can happen. So we should treat it that way. So returning an error code or better a structured error is the better implementation. This way the caller can also react in a proper, "normal" way.
    IMHO, here is what Exceptions are for. A type should raise an exception if its methods are called in a way so that they cannot work properly. Means the requirements of the methods parameters are not met.
    For your example, if a caller is trying to use the Print-method and the txtDoc parameter is null, line 14 would automatically raise an exception. Why is that? Well since txtDoc is not instantiated, the length method cannot be called. The minimal requirements of the Print-method are not fulfilled. Well of course there is already an implicit exception which is thrown, but it's cryptic and the caller needs to know your code to understand that calling .length is failing because he is passing null to your method. With an explicit exception, means " if (string.IsNullOrWhiteSpace(txtDoc)) throw new ArgumentNullException("Null is not allowed."); " this is not the case. Your API is much more robust and understandable. Plus your implementation can be seen as a blackbox which is always good.
    Anyway, keep up your good work. 👍

  • @learningprogram5288
    @learningprogram5288 2 ปีที่แล้ว

    Awesome. this is what i have been looking for. implementation on the topic and clear explanation.

  • @abrakadabra591
    @abrakadabra591 3 ปีที่แล้ว

    what exception handle mechanism is ?

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

    i have a question.....where is the link between txtException and no paper ? i still dont get it

  • @astudent797
    @astudent797 3 ปีที่แล้ว +3

    Please make video on python I'm having a great time in learning c++ through your awesome video!.

    • @johnb7146
      @johnb7146 3 ปีที่แล้ว

      But it's not a Python channel...

  • @nawledge4pwr
    @nawledge4pwr 3 ปีที่แล้ว

    Can you explain what the dot is for the char pointer?

    • @light_comes_with_patience
      @light_comes_with_patience 2 ปีที่แล้ว

      The dot is called an asterik *, and that's how you define a pointer type. Doing const char txtException would only define a constant char variable, but adding the * makes it a pointer. I am just confused on why she did const char* txtException and she only did int Excode without making it a pointer.

  • @Hiyori___
    @Hiyori___ 3 ปีที่แล้ว +2

    Amazing teacher, thank you