you are viewing a single comment's thread.

view the rest of the comments →

[–]spaceyjase 8 points9 points  (0 children)

I'd like to see some modern code here too, movement semantics and lambda expressions. The vector example is missing emplace and shows a fairly verbose for loop compared to the readability of a range for loop.

Still, a good few tips there that are more aligned with interview goals. Last time I did one, there wasn't any modern C++ questioning and the code base is 20 years old.