...do THEY know? I'm not trying to insult anyone with this week's
items, but I do occasionally run into newer C++ programmers who don't
realize that the declared structure of a class may be "augmented" by the
compiler. I also run into too many C++ programmers who don't know about
RAII. No, really.
The Compiler Puts Stuff in Classes
http://www.semantics.org/once_weakly/ck52_stuffinclasses.pdf
RAII
http://www.semantics.org/once_weakly/ck53_raii.pdf
And, as always: <http://www.semantics.org/weekly.html>.
Best regards,
Steve