|
-
April 11th, 1999, 12:12 PM
#1
std::vector
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|