[Quom] Split your code base into multiple files

Still writing your C++ CodinGameBot in one file? You don’t have to.

Good projects need a clear file structure!

That’s why I wrote Quom: A single file generator for C/C++.

  1. Write your source code across multiple header/source files.
  2. Merge all files into one.
  3. Submit your code to CodinGame.

I hope you like it. :wink:

6 Likes