Programming
1. C/C++
- Safe Integer Comparisons C++20
- noexcept internal transformation
- constexpr vs consteval
- constexpr vs constinit
- constexpr std::vector & std::string
- const char * vs char[]
- C++ std::views::drop
- Why 0[a] == a[0] works
- register keyword
- (C++20) Abbreviated Function Templates
- nodiscard attribute
- fallthrough attribute
- auto return type on a function
- Read a file into a string
- alligned alloc
- source-location::current()
- inline variables & Meyer Singleton
- assume attribute
- Compiler optimizations with non initialized values
- std::byte
- Default template parameters
- C++ random number generation
- Analyze #include statemets expansion