Note: marked as community wiki.
In recent days, I've realized how little I know about C++.
Besides:
- using the STL
- implementing RAII
- implementing ref-counted smart pointers
- writing my own policy-based template classes
- overloading operators << for fun
What other techniques are must-know for a good C++ programmer?
Thanks!