Will this work?

Hi I was wondering if
1
2
3
using namespace std;

enum variableType {real, string};
would work when I #include <string> because it would create a naming conflict.

Thanks
Wouldn't it have been faster to actually try it?

No, it won't work. This is why I always advice against using.
Topic archived. No new replies allowed.