C++ resources

The web is filled with very good material on C++. A lot of good books also exist. Here are a few resources well worth to read/watch, which I have come in contact with over the years.

FAQ and reference

Talks

Books

Hardware, memory, optimization

What every programmer should know about…

Working in teams

  • code complete – A few years ago, I read the section on which measures are the most effective for writing high quality, maintainable code. That has paid off well, I recommend reading the section on code review compared to unit test and other techniques.
  • the Joel Spoilsky test

Quizzes and eye openers

These are good to look at in case you think you know all about C++!