Hello.
I have a simple console app that looks
like this:

using namespace std;

int main()
{
...
vector< string > abc;
}

On compiling under VC++6, I get 12 warning
messages that are very unreadable, with what
seems like garbage characters throughout.
Any ideas on what the problem might be?

Thanks,
steve