Nico Josuttis
C++20, a major release of C++ with several new features, is now becoming mainstream. This two-day workshop gets you ready to use it. It teaches all significant new features in a way that you understand their power and can start to use them in practice. C++20 is huge ...
click here for more...Klaus Iglberger
'The design plays a much more central role in the success of a project than any feature could ever do. Good software is not primarily about the proper use of any feature; rather, it is about solid architecture and design ...
click here for more...Walter E Brown
As an intermediate-level C++ programmer, you already know about and have very likely used one or more kinds of C++ templates in your code ...
click here for more...Amir Kirsh
This workshop aims to address the design and implementation principles and tactics necessary for creating safe C++ applications. While memory issues will be given proper attention, it's important to note that application safety extends beyond this ...
click here for more...Jason Turner
C++ has something very few other languages have: a well defined object life cycle. Understanding this key aspect of C++ is critical to writing clean, maintainable, and efficient C++. Topics we will cover include: Understanding RAII What does the standard say ...
click here for more...