C++ support and MinGW

Hi guys

How does code, specifically with regards to c++. Do we submit a script or a makefile to compile, or do we specifically have to use the compile.bat?

The example has a single file and a script. Using MinGW. I’m working on both a Mac and a Linux machine.

Hey @Mauws

With regards to c++, you have the option to use either submitting a compile.bat or a makefile, since both methods were requested by the community. I would suggest using a makefile as it would give you more control over how your project is compiled. :slight_smile:

1 Like