Skip to content

hard-coded-dev/CppMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppMerger

Merge all C++ header and source files into a single file and generate one cpp file for most likely coding game platform(www.codingame.com)

This program will traverse source directory, checks all include dependencies and create/append into new cpp file indicated as target path with the including order. This cpp file checks only syntax errors so that output file does not look good enough yet.

To do :

  • find search directory recursively
  • reorganize #include header file

Usage: CppMerger -src "source path" -output "output file path"

About

Merge all C++ header and source files into a single file ( for Codingame )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages