How would you go about converting a reasonably large (>300K), fairly mature C codebase to C++?
The kind of C I have in mind is split into files roughly corresponding to
Your list looks okay except I would suggest reviewing the test suite first and trying to get that as tight as possible before doing any coding.