cpp_weekly
cpp_weekly copied to clipboard
The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
https://twitter.com/BartoszLeoniak/status/1266528356935389188 https://github.com/kmdrGroch/BigintCPP
**C++Weekly** **Bit-fields and when they can be of no use, or can be bad for performance, etc...** **Bite-sized**
constructors, members, etc, not initialized by default.
constexpr attributes bit precise ints params don't have to be named type enumerations and the already mentioned #embed
and it's weird ```c auto auto i = 5; auto int j = 6; ```