Linux World
Pages
Home
Programming
Computer Architecture
Tit Bits
Trouble Shoot
Kernel Related
Quizzes
Linux Tips
Follow @Linux_world
Search
‘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
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment