Comment on: C++ is a pleasure to work with.
On reason is that the IDE's are still not up to speed. Refactoring in C++ is never as nice as it is in intellij. Additionally, code completion, type hints, and other elements are pretty much fucked in all IDE's when they are behind templates.
That's one of the best parts of C++ though.