riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

.cc files treated as C, not C++ #68

Closed tombsar closed 6 years ago

tombsar commented 6 years ago

I typically use the .cc file extension for C++ code projects*, however when uploading to riddles.io it tries (and fails) to compile the code as C99.

*This is not just my convention; many pieces of software (notably GNU Make) recommend using .cc as the file extension for C++ code.

JimVanEeden commented 6 years ago

You are right, for some reason we recognized .cc files as C. This will be fixed in the next update of the compiler. Thanks for your report.

nikovanmeurs commented 6 years ago

The fix has just been deployed