Mauro Alberti wrote: > Hello all, > > I have a problem compiling a cpp wich seems to me correct, this is the error: > > ... > > //using namespace std; > Either uncomment this line, or add std:: to everything.
Mauro Alberti wrote: > Hello all, > > I have a problem compiling a cpp wich seems to me correct, this is the error: > > ... > > //using namespace std; > Either uncomment this line, or add std:: to everything.