When i compile my c++ code using g++ 5.1.1 it says
"narc05b.cpp: In function ‘
int main()
’:anarc05b.cpp:5:3: error: ‘cout’ was not declared in this scope
cout<<"hello\n"; ^ anarc05b.cpp:5:3: note: suggested alternative: In file included from anarc05b.cpp:1:0: /usr/include/c++/5.1.1/iostream:61:18: note: ‘std::cout’ extern ostream cout; /// Linked to standard output "
...what does it mean ?