Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Marc Mutz
6 March 2015
by Marc Mutz, former employee at KDAB, at Meeting C++ 2014
Abstract:
C++11 is now widely available, and so is C++14. Like for users of the language, C++11/14 is a new language for C++ library writers, too. In this talk, we will walk you through the new C++ features that impact class design. We will show guidelines that you can apply in your work tomorrow. The talk will focus on value classes, which are classes that act like an int, because that is what modern C++ is designed for. Learn how you can optimize your thin abstractions and your pImpl''''ed designs for the current generation of C++ compilers and users.
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Learn Modern C++
Our hands-on Modern C++ training courses are designed to quickly familiarize newcomers with the language. They also update professional C++ developers on the latest changes in the language and standard library introduced in recent C++ editions.
Learn more