Will my compiler automatically reuse the return value of this method?I agree the answer is no, the compiler is not smart enough in general, but for small programs where ...
Sigh. War.@zapshe https://www.youtube.com/watch?v=5knOZ5xDw2A
Proposal for explict keyword for non constructor functionsCan you explain the difference in behavior on the calling side? Edit: Ah, you mean, if foo was expl...
Why must base class be constructed before derived members?Yep, I get that, we're on the same page, but putting Base as the second item in the list can be misl...
Why must base class be constructed before derived members?Hmm, so use a copy constructor for fab_ and make both fab_ and Base rely on the same, common 'init' ...