The project in the template has the compiler setting to force all files to compile as C, even if they are C++. This does not allow a user to extend this template into C++ if they desire.
This PR restores this setting to the default, allowing files to be compiled based on the file type, allowing both C and C++ code.
The project in the template has the compiler setting to force all files to compile as C, even if they are C++. This does not allow a user to extend this template into C++ if they desire.
This PR restores this setting to the default, allowing files to be compiled based on the file type, allowing both C and C++ code.