Error reporting in C++ - Introduction to the course (1/13)

Поділитися
Вставка
  • Опубліковано 7 лют 2024
  • Join me in these bi-weekly series to explore the topic of error reporting in C++.
    We will start by setting the scene and quickly talk about error reporting principles.
    Then we will look at multiple error reporting code snippets, analyze them and discuss their pros and cons.
    Specifically, we will look at ways to report errors from essentially C, to C++23 and everything in between.
    The focus of this course is the design of functions that normally return a value, but an error may occur so, what should they return instead?
    The course is also available FOR FREE on Udemy.
    It includes coding exercises so you can practice what you have learned.
    Check it out and please consider leaving a review if you find it helpful: www.udemy.com/course/error-re...
  • Наука та технологія

КОМЕНТАРІ • 3

  • @Aksoma
    @Aksoma 4 місяці тому

    Nice presentation, I wouldn't expect anything else :)
    BTW, you should think of investing in a good mic and especially sound proofing where you record these videos

  • @raymitchell9736
    @raymitchell9736 4 місяці тому

    I'm looking forward to hearing about error handling and reporting lectures... and there are 12 lectures in this series? Wow, this is going to be a deep dive, excellent!

    • @platisd
      @platisd  4 місяці тому +1

      There are 12 more parts indeed, but you don't have to wait. You can already check them out on Udemy for free: www.udemy.com/course/error-reporting-in-cpp/
      The best part? There are also interactive coding exercises for each technique. :}