I've got problem of using "cout","cin" and others from iostream library. Using standard Wizard I formed Win32 Console Project.
I just wrote
cout<<"Hello World";
in _tmain fuction.
Compiler says
error C2065: 'cout' : undeclared identifier
Please write me some advice.
PS I checked in VC++6.0 everything is OK.
I just wrote
cout<<"Hello World";
in _tmain fuction.
Compiler says
error C2065: 'cout' : undeclared identifier
Please write me some advice.
PS I checked in VC++6.0 everything is OK.