User profile: Ganado

User info
User name:Ganado
Bio:0, 0, 1, 0, 0, 1, 2, 2, 3, 2, 2, 1, 0, 0, 1, 0, ...
Statistical data
Occupation:Programmer
Skills:C++
C#
Python
C#/.NET
History
Joined:
Number of posts:6884
Latest posts:

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 functions
Can 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' ...