Merge C++ files into a single source file

后端 未结 7 1616
慢半拍i
慢半拍i 2020-12-10 01:27

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

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 02:07

    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.

提交回复
热议问题