References Lifetime In C++ Posted on July 17, 2023 References lifetime in C++ and ways to handle this. [Read More] Tags: C++
Objects layout in RUST. Part1 Memory representation. Posted on July 10, 2023 Objects layout in RUST. Part1 [Read More] Tags: RUST memory structure
How To Pass Lambda In C++ Posted on July 6, 2023 How to better to pass lambda in C++. Part 1. [Read More] Tags: C++ lambda std::function function