Emacs cannot compete with another other IDE if it doesn’t have an auto completion function. Auto-complete simply makes me a more efficient programmer. I know of the Auto Complete Mode extension, but it does not work with C++.
How can I achieve smart and efficient autocompletion for C++?
This question was originally asked by Malabarba on the Area 51 proposal: How to get intelligent auto-completion in C++?