This would not compile. And it baffled me for a while. After thinking about it and trying about a million things I added the line:using namespace std;But I thought that the std was the default library if not specified. Can anyone help me out here to set set the default library back to std how it should be. Thanks.
I have always had to do this with my programs, and I don't think much of it.