6
Public whispers
6
Contributors
2026-07-28 09:47:42
First whispered

Public whispers on this page

Text Highlight2026-07-28 16:11:42
Original Highlight Excerpt
"Move semantics enable the transfer of resources and ownership between objects"
Whisper Note
This is exactly why modern C++ feels so much safer than the old pointer juggling days.
Text Highlight2026-07-28 13:08:42
Original Highlight Excerpt
"the destructor releases the resource and never throws exceptions"
Whisper Note
Makes sense, but what if cleanup itself can fail? Then you're stuck.
Text Highlight2026-07-28 12:59:42
Original Highlight Excerpt
"the destructor releases the resource and never throws exceptions"
Whisper Note
If it throws in a destructor, you're basically asking for std::terminate.
Text Highlight2026-07-28 10:05:42
Original Highlight Excerpt
"binds the life cycle of a resource that must be acquired before use"
Whisper Note
Doesn't that just mean 'don't forget to free stuff' with extra steps?
Text Highlight2026-07-28 09:56:42
Original Highlight Excerpt
"binds the life cycle of a resource that must be acquired before use"
Whisper Note
I've been doing this in C++ for years without even knowing the fancy name.
Text Highlight2026-07-28 09:47:42
Original Highlight Excerpt
"binds the life cycle of a resource that must be acquired before use"
Whisper Note
Wait, so it's basically the object's destructor doing the cleanup, right?

Share this page's whispers

Share to X
Short link
https://domwhisper.com/s/6a4c7da5711c
Embed snippet
<iframe src="https://domwhisper.com/embed/6a4c7da5711c" width="100%" height="480" style="border:0;border-radius:16px" loading="lazy"></iframe>

See what people are discussing on en.cppreference.com

Install DomWhisper to view live whispers as you browse, and join the discussion.

Get the extension