1.5.0
版本发布时间: 2023-11-21 04:47:43
federico-busato/Modern-CPP-Programming最新发布版本:1.7.0(2024-03-31 08:12:54)
Split "Basic Concepts I" into two sets of slides to better separate the topics and improve the readability.
Basic Concepts II:
- Added a new reference on how to compare signed and unsigned integers in C++20
- Added a new reference for posit representation
- Added a new reference for microscaling MX floating point formats
Object Oriented Programming II:
- fix typo related to
swap
semantic #11 . Thanks to @kimsoohwan
Code Conventions:
- Minor improvements to "macro and preprocessing" section
- Added Std naming convention where missing
- Improve "brace initializer list" section
Performance Optimziation II:
- Improved Functions inlining section, added relation with linkage