٤ - سلسلة تعلم سي بلس بلس: Practical Considerations with C++ Data Types

يحتوي الفيديو على شرح للنقاط الاتية

00:00 - Intro
01:22 - Enable core guidelines checks in clang-tidy
05:18 - Using sizeof()
07:22 - Types in <cstdint> e.g. uint32_t
12:20 - std::numeric_limits
15:59 - std::size_t
18:44 - std::numeric_limits<T>::is_signed
20:57 - Alignment, alignof(T), alignas()

Clang-Tidy Documentation
https://clang.llvm.org/extra/clang-tidy/index.html

Git Repo