D
D
dR2nrWs5TC2021-06-03 23:16:48
Eclipse
dR2nrWs5TC, 2021-06-03 23:16:48

Eclipse throws errors. How to decide?

Linux eclipse c++ throws errors. What do they mean and how to solve them?
Description Files Path Location Type
Symbol 'cout' could not be resolved first.cpp /hello line 5 Semantic Error
Description Files Path Location Type
Symbol 'std' could not be resolved first.cpp /hello line 2 Semantic Error

#include
using namespace std;
int main()
{
cout << "Each era has its own language\n";
return 0;
}
60b938a3b52ba176449059.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question