salve,

uso dev c++ 4.9

se scrivo

#include<iostream>
int main ()
{
cout << "CHE PIZZA";

return 0;
}

mi dice cout non definito come mai?