If you already have a convention, use it. If not, and if you don't need your
editor to distinguish between C and C++ files, simply use .h.
Otherwise use whatever the editor wants, such as .H, .hh, or
.hpp.
We've tended to use either .h or .hpp for our C++ header files.