codingame-cpp-merge icon indicating copy to clipboard operation
codingame-cpp-merge copied to clipboard

Automatic merger for C/C++ in the CodinGame IDE

Results 6 codingame-cpp-merge issues
Sort by recently updated
recently updated
newest added

It seems that _codingame-cpp-merge_ tries to include headers from the commented out `#include "someheader.hpp"` statements. 🤔

I was here for a C merger but then I realized the code is pretty messy and I assume you are just not familiar with native functions in js. So...

I needed to specify more than one directory to ignore. The following commit allows specifying multiple directories using either commas or semicolons as separators. It provides the expected results locally.

This PR is a combination of three commits. (I accidentally made a PR from my master branch in #6. Hence I closed it and reopened a new one here.) ###...

Fixes #1 This will prevent output cpp file from being included in itself. Instead of wiping the content of the file, I deleted the file. This could have been done...

Hi, Whenever there is an extra .cpp/hpp/h file in the working directory it will be merged into the final output even if the file is not used (never #included).