I’m using vscode and trying to pass the generated codes to C++.
I’ve already tried renaming from *.C to *.Cpp and from *.H to *.Hpp, I’ve already tried changing the Squareline driver in the programming language from C to C++.
I was unsuccessful. Could anyone help me resolve this.
I want to have files specialized in functions and I don’t want to do everything in “main()” which is the only true C++.
Below is the print screen from my laptop
Thanks