I am trying to create a project in C++ (the Online Boarding Tutorial was in Python) and when I try to compile and run, I get the following error:
Class names, ‘Test1.cpp’, are only accepted if annotation processing is explicitly requested
1 error
Also, when trying to make an assessment in the guide editor, I get this error:
/bin/sh: 1: g++: not found
Even though I placed this command within the execution box:
g++ -o Test1 Test1.cpp && ./Test1
Anyone know what steps I need to take?
Brendon