Preprocess allows you to write unit-style single-source-file C or C++ modules, from which it generates header and implementation files. It automates tasks such as declaring new functions or methods in the header file, putting modifiers like "inline", "virtual", "static", "explicit" in the right place (header or implementation file), and putting inline files into the header file in the correct order. Also, for debugging or profiling builds, Preprocess can optionally generate all inline functions out-of-line.