Pavlos Gkesos - 2006-11-13

When we use the following line in the code
--------------------
using namespace std;
--------------------
then in the namespaces page, the `std` added.
Why?

I believe in that page, must add a namespace only if found it in the form:
--------------------
namespace X
{
...........
};
--------------------

Am I correct?
Thanks