The Complete C++ Exception Handling Masterclass

Published 8/2023
Created by Alex Franck
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 139 Lectures ( 16h 14m ) | Size: 6.83 GB
Master Exception Handling in C++ through in-depth Theory and 50+ Exercises and Assignments


What you'll learn
Learn about the Need for C++ Exceptions
Learn about Exception Handling in C++
Learn step by step how to add Exception Handling to your C++ programs
Learn about Stack Unwinding in the context of C++ Exceptions
Learn about the special catch-all Handler
Learn about the deep Correlation between C++ Exceptions and Object-Oriented Programming in C++
Learn about C++ Standard Library exception classes
Learn about the special Function-try-block
Learn about Exception Epecifications and their importance
Learn how to apply theoretical concepts in Exercises and Assignments
Learn Exception Handling in C++ from an experienced Software Engineer
Learn by doing by solving 50+ Exercises and Assignments

Requirements
Basic knowledge of C++ programming
Access to a C++ compiler

Description
This hugely practical course is the most complete course on C++ Exception Handling the world. In this course, you do not just sit and listen to the instructor talk for hours. Instead, you remain active throughout. The course is hybrid of theory and practice. In the course, theory and practice are interlaced, so as to ensure that you remain focused and active as you learn.why should I learn C++ Exception Handling?C++ Exception Handling ensures that your programs are robust against errors. C++ Exception Handling ensures that the execution of your programs never terminates abnormally, as a result of the occurrence of an unwanted event. Furthermore, C++ exception handling is the only error handling technique which makes it possible to vertically separate the program logic and the error handling logic. Finally, C++ Exception Handling provides a powerful means to deal with nasty errors whilst unaffecting the readability of the program.Will this course help me master C++ Exception Handling?Yes. It absolutely will. This is a Masterclass which covers every C++ topic related to Exception Handling. Therefore it will expose you to everything you need to know about C++ Exception Handling. what is more? The course is packed with more than 50 Exercises and Assignments to help you immediately put into practice the theoretical concepts learned. That way, you do not forget as you progress through the course. Rather, you become better at Exception Handling in C++ as you navigate through the course.What will I learn in this course?In this course, you learn everything you need to know about Exception Handling in C++. The first chapter of this course teaches you about the need for C++ exceptions. it begins by demonstrating the shortcomings of other error handling techniques and then presents C++ exceptions as the better approach.The second chapter provides you with a full introduction to Exception Handling in C++. It essentially teaches how to apply the exception handling process to your programs so as to ensure that they no longer behave inappropriately when executed. The chapter also goes in depth about important concepts related to exception handling and details step by step what happens under the hood during exception handling.The third chapter is about stack unwinding in the context of C++ exceptions. Essentially, the chapter details precisely what happens behind the scenes when stack unwinding occurs as a result of an unhandled exception.The fourth chapter is about a special feature of C++ exception handling. So, the chapter simply demonstrates how the special feature should be used and when it should be used.The fifth chapter is a very important and detailed chapter. it is about the correlation between C++ exceptions and object-oriented programming. The chapter demonstrates the problems that exception handling can create in an object-oriented program and then reveals the techniques to use to prevent the occurrence of such problems. The chapter then focuses on how object-oriented programming is involved in exception handling. It shows how the concepts of object-oriented programming are also relevant during an exception handling process involving objects.The sixth chapter focuses on standard library exception classes. Those are essentially a set of classes from the C++ standard library which can be used during exception handling. So the chapter focuses on revealing how those classes may be used in an exception handling process.The seventh chapter is about another special feature of Exception Handling in C++. So the chapter focuses again on revealing how the feature is used during an exception handling process. Furthermore, the chapter also highlights the particularities which make the feature so special. Finally, the chapter indicates the specific situations where the special feature may be used.The final chapter is about exception specifications. the chapter begins with teachings about why exception specifications are needed. Then it continues with how and where to use exception specifications and concludes with teachings about the specificities of exception specifications.In short, this is what you learn in this course:The need for exceptionsIntroduction to Exception HandlingStack unwindingThe catch-all handlerExceptions and Object-Oriented ProgrammingStandard Library Exception classesThe Function-try-blockException SpecificationsDo I learn just about C++ exceptions in this course?No. You learn much more than just exception handling in C++. The thing is, in order to explain exception handling in the most granular details, explaining other topics of C++ is simply inevitable. As a result, by taking this course, you will also get to learn a lot about conditional expressions, pointers, references, classes and objects, creation and destruction of objects, inheritance, polymorphism, operator overloading, templates, the standard template library, smart pointers and much more. This is essentially a complete C++ course focused on Exception Handling.Is modern C++ used in this course?Yes, C++11 features are used throughout the course. That includes the member initializer list, smart pointers, RAII, the noexcept specifier amongst other features.How is this course different from other courses?What sets this course apart is simply its unique structure. In effect, most online courses are completely theoretical. In most online courses, you just sit and listen to the instructor for hours on end without doing anything. You find yourself figthing sleep and being bored, as a result of being inactive. This course, on the other hand, is very different. From a content point of view, the course consists of eight very informative chapters and more than 50 exercises and assignments. From a structure point of view, the theoritical part and practical part of every chapter are interlaced. That means you learn about one concept, then you get a couple of exercises about it. Then you learn about another concept, and then get some exercises about that other concept, and so on. This is a tested and proven approach that I have used with my live students and their feedback is that it keeps them active and awake, as their learning. It should therefore be no different with you.What do I get out of learning C++ Exception Handling?Essentially, you learn how protect your programs from the negative effects of unwanted events. You learn how to ensure that the execution of your programs do not terminate prematurely and abnormally. You learn an error handling technique which vertically separates the program logic and the error handling logic. You learn an error handling technique which makes your code more readable. You learn how to add exception handling to your programs. You learn how the program execution behaves after throwing an exception: what happens under the hood. You learn how exception handling can negatively impact your object-oriented programs and the techniques you must use to avoid the negative impact. You learn the correlation between object-oriented programming and exception handling. And so, so much more.What are some of the particularities of this course?So, at the beginning of every chapter, you get a summary about everything that is going to be covered in the chapter. In addition, you get a written report in form of PDF for the chapter, as well as the slides used thoughout the chapter in form of PDF. The written report and the slides are attached to every summary video of every chapter.Furhermore, at the end of the course, you get a full report containing all the chapters of the course in the form of a PDF, as well the full set of slides for the course, again in the form of a PDF. In addition, at the end of the course, you also get challenging assignments to help you revise the entire course in one go, and help you assess how much you have understood from the course.Will mastering C++ Exception Handling increase my chances of landing a job as a C++ developer?The short answer is yes. A lot of C++ developers do not know anything about Exception Handling, partly because it is barely taught at school, and also because a function can "kind of work" (not really) without any sort of exception handling. So mastering C++ Exception Handling can set you apart and make you stand out from the crowd.Are you ready to get started with the course?If you are ready to master C++ Exception Handling and take your C++ skills to the next level, then this course is for you.So why not signed up today?Buy this course now, master Exception Handling in C++, add it to your Resume, and increase your chances of landing any future opportunity in the world of C++ programming.

Who this course is for
This course is perfect for anyone who wants to master Exception Handling in C++, so as to add it to their C++ skillset.
This hugely practical course is perfect for anyone who wants to learn Exception Handling in C++ by doing.
This course is perfect for anyone who wants to broaden their career options in C++, by mastering C++ exception handling.
This course is for anyone who wants to further expand their C++ programming skills

 

The Complete C++ Exception Handling Masterclass


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss