Skip to content

malevitzch/cpp-roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-roller

A simple program designed to bundle multi-file C++ programs into a single file, allowing them to be submitted on platforms such as codeforces.

Assumptions

The cpp-roller program makes certain assumptions about how your code is written. It only "rolls" the include statements which use quotation marks (that's how it differentiates system headers from file includes). This is just a text-based tool, so any conditional incldues, such as those inside an ifndef clause, might cause unexpected behavior and should be avoided.

About

A program which allows the "rolling" of a group of c++ files including each other into a single one (since websites like codeforces only allow single-file submissions).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors