I have a pretty simple question, I used using namespace std; in my program and that should be able to let me use my cout and cin and other things right? But instead I get about 30 errors. saying basically error C2872:'cout' : ambiguous symbol. Anybody know why : using namespace std; doesn't work?
Question
saiz66
I have a pretty simple question, I used using namespace std; in my program and that should be able to let me use my cout and cin and other things right? But instead I get about 30 errors. saying basically error C2872:'cout' : ambiguous symbol. Anybody know why : using namespace std; doesn't work?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts