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
What about:
Why is "translation into C++ mandatory"? You can wrap the C code without the pain of converting it into huge classes and so on.