Linux World
Pages
(Move to ...)
Home
Programming
Computer Architecture
Tit Bits
Trouble Shoot
Kernel Related
Quizzes
Linux Tips
▼
‘cout’ was not declared in this scope
After installing g++ if you get the error
‘cout’ was not declared in this scope
or similar for "cin"
Then the work around is to add
using namespace std;
after the "#include"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment