coding-notes icon indicating copy to clipboard operation
coding-notes copied to clipboard

Add advanced C++ topics β€” Object Slicing, Copy Elision & More

Open gvatsal60 opened this issue 2 months ago β€’ 0 comments

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 πŸš€

gvatsal60 avatar Oct 30 '25 11:10 gvatsal60