why do I keep getting a cout is ambiguous errors when I have using namespace std; in my code?
I have found that I can get rid of it by typing std::cout, but I thought that using namespace std; was supposed to eliminate the need to type std::. …
any one know why? i’m gonna keep plugging away until I figure this mess out.