I just had to take an online test at
http://www.brainbench.com on C++. Now I know C++, and I can do anything in a reasonable person can. Yet this test was over the most obscure, useless technical aspects -- and STL/templates, which never fucking worked when I was coding. If A inherits from
(
Read more... )
Comments 1
I think it's a total waste of time for people to memorize the calling order of copy constructors when using multiple inheritance, but people should be able to look it up and deal with it. Even though nobody should write code that way, there's a lot of total trash code out there already and a good programmer needs to understand how it works before it can be modified or updated. Working with other people's code is a major pain...
Reply
Leave a comment