I read this page.
C++ header files with no extension
And I understood that comment as saying that namespaces existed even before the introduction of the C++ standard.
So wasn't that comment saying that namespaces and the absence of file extension are not related?
However, the following comment didn't mention how namespaces were used when using cout
in iostream.h.
So my Questions are:
- Did the namespace really exist prior to the introduction of the C++ 98 standard?
- If it is true, how namespaces were used when using
cout
in iostream.h?