SPEAKER DETAILS

Jon Kalb
exceptionsafecode.comSessions
Exception-Safe Coding in C++ Part I
Speakers: Jon Kalb
Are you 100% confident that your code is exception-safe? Safe usage of exceptions is a non-trivial problem that the industry has struggled with for the better part of two decades. If you have fear, uncertainty, or doubt about exception safety or just want to see the best practices for using exceptions in C++, this session is for you. We’ll start with “What is the problem we are trying to solve?” and discuss alternatives, acknowledge the challenges associated with exception usage, and cover some well-meaning but misguided attempts at safety. I will then present a set of guidelines that are the basis for safe exception usage and solid implementation techniques, including how to transition from an exception-unsafe legacy code base. When we are finished you will know how to produce code that is easier to write, easier to understand, faster to execute, and 100% robust in the face of exceptions. This talk was given at last year's SVCC and won Best Tutorial at C++Now.
Exception-Safe Coding in C++ Part II
Speakers: Jon Kalb
Are you 100% confident that your code is exception-safe? Safe usage of exceptions is a non-trivial problem that the industry has struggled with for the better part of two decades. If you have fear, uncertainty, or doubt about exception safety or just want to see the best practices for using exceptions in C++, this session is for you. We’ll start with “What is the problem we are trying to solve?” and discuss alternatives, acknowledge the challenges associated with exception usage, and cover some well-meaning but misguided attempts at safety. I will then present a set of guidelines that are the basis for safe exception usage and solid implementation techniques, including how to transition from an exception-unsafe legacy code base. When we are finished you will know how to produce code that is easier to write, easier to understand, faster to execute, and 100% robust in the face of exceptions. This talk was given at last year's SVCC and won Best Tutorial at C++Now.
Fun with Tuples!
Speakers: Jon Kalb, Marshall Clow
In C++11, std::tuple was introduced. What is it good for? Why would you use it? Isn't it just a simple generalization of std::pair? Come and see why not, and what you can do with tuples!!! Marshall is unable to attend this year's Code Camp so Jon will be presenting his material in his place.
- Not Interested
- Interested
- Attending