coding-notes
coding-notes copied to clipboard
Add advanced C++ topics β Object Slicing, Copy Elision & More
Hi π @methylDragon,
First off β I just wanted to say I absolutely loved the current C++ content! π Itβs been super helpful and well-structured β thank you for putting it together π
That said, I think it would be awesome to include some more advanced C++ topics, such as:
π§© Object Slicing β explanation with class inheritance examples
β‘ Copy Elision / Return Value Optimization (RVO) β modern compiler optimizations
These topics are super useful for understanding whatβs going on under the hood in modern C++.
Thanks again for the amazing work! π Keep it up π