I have a c++ project with multiple source files and multiple header files. I want to submit my project for a programming contest which requires a single source file. Is the
I don't know of a tool that combines .cpp files together but I would just zip all of the files up together and send them over as a gzip file.