Main.cc: In function 'int main()':
Main.cc:6:9: error: 'cout' was not declared in this scope
cout<< (char)i << " ";
^
Main.cc:8:5: error: 'cout' was not declared in this scope
cout<< endl;
^
Main.cc:8:12: error: 'endl' was not declared in this scope
cout<< endl;
^