C++ Compiler
For a simple code snippet like that, I am getting an error @ #include <iostream>
#include <iostream>
using namespace std;
int main() {
cout << "Hello world" << endl;
}
How to configure fleet to use a specific compiler to solve the issue, knowing that I am able to compile and run the file manually using: g++ main.cpp -o main
./main
Please sign in to leave a comment.
Hello,
May you please clarify what version of Fleet do you use?
Is the issue with error highlighting reproduced for you with the latest one:
https://www.jetbrains.com/fleet/download
Thank you