I want to use the namespace std so that I can access the standard template
library classes. Now, when I want to overload an operator for my own class,
I get an error saying that the type "ostream" is ambigous. Can someone help
me with this problem?
Pete