Mi sono messo d'impegno, compro un bel librone sul c++ e inizio a leggerlo.
Primo script semplice semplice:

#include <IOSTREAM.H>


int main()

{

cout << "HIHIHIHI";

}


Apro il mio bel microsoft visual c++ 6.0 e ce lo copio dentro, compilo tutto contento:

--------------------Configuration: Text1 - Win32 Debug--------------------
Compiling...
Text1.c
E:\script\Text1.c(8) : error C2065: 'cout' : undeclared identifier
E:\script\Text1.c(8) : error C2297: '<<' : illegal, right operand has type 'char [9]'
Error executing cl.exe.

Text1.obj - 2 error(s), 0 warning(s)

Qualcuno mi spiega il perche' non va?