Hello all,
I was reading about namespaces and it was stated that the iostream is nested inside the namespace std. The book firmly says that if I don't use:
using namespace std;
then my program will not work when I use cout and cin. I have actual codes that use iostream but don't have the syntax "using namespace std." Can anyone tell me exactly what is going on?
bp
