Better types in C++11 - nullptr, enum classes (strongly typed enumerations) and cstdint - Cprogrammi
Learn how C++11 improves type safety with strongly typed enum classes, nullptr and cstdint ... C++ has from the beginning attempted to improve on the type system of C, adding features like classes that let you build better types and enums, which eliminate...