Hi, i am (still) a beginner in C++
I need the library in which i can found the "cout"
The tutorial I follow uses iostrem.h, however Qtcreator gives error "Library not found"
Qt finds the library iostream (without the extension .h)
but cout doesn't seem to be there - it gives error "`cout` was not declared in this scope"
Any help?
Bookmarks