Someone please explain me why this happening
The Error:
The error occurs when I am compiling.
Thank you very much.
| Code: |
|
#include <iostream> int main() { cout << "a"; } |
The Error:
| Code: |
| 1>c:\users\user\documents\visual studio 2008\projects\greatworrior\greatworrior\rrrr.cpp(5) : error C2065: 'cout' : undeclared identifier |
The error occurs when I am compiling.
Thank you very much.
