|
|
|
|
|
by revivalizer
229 days ago
|
|
This is a really well written article that explains the concepts straightforwardly. I had never bothered to understand this before. ... because I gave up on C++ in 2011, after reading Scott Meyers excellent Effective C++. It made me realize I had no desire to use a language that made it so difficult to use it correctly. |
|
As for this article, it really did de-mystify those strange foo&& things for me. I had no idea that they're functionally identical to references and that what C++ does with them is left up to convention. But I still felt like I had to fight against sanity loss from a horrid realization.