Past few days I have been \"downgrading\" > 1000 filem of C++ code into C. It\'s been going well until now. Suddenly I\'m face to face with a class...
The compiler
There are actually compilers that compile from C++ to C. The output is not meant for human digestion, though, see How to convert C++ Code to C.