vc使用map的问题

使用了map的程序在vc6.0编译,总会弹出许多警告,请问要怎么去掉啊?-------------------------------例如下面的程序-----------... 使用了map的程序在vc6.0编译,总会弹出许多警告,请问要怎么去掉啊?

-------------------------------例如下面的程序-------------------
#include <iostream>
#include <string>
#include <time.h>
#include <math.h>
#include <map>

using namespace std;

int main(int argc, char *argv[])
{

map<int, int> amap;

return 0;
}
第一次编译时会弹出警告
-----------------------
谢谢了,我原以为是我写错了,因为我听说以前的stl的写法跟现在的写法不一样。
-----------------------
我的马甲是好久以前注册的^_^
不过由于是英文名,所以就想换个中文的,于是有了现在这个
展开
 我来答
kingstarer
2008-05-19 · TA获得超过584个赞
知道小有建树答主
回答量:516
采纳率:0%
帮助的人:525万
展开全部
警告太多了,我用马甲发
--------------------Configuration: class - Win32 Debug--------------------
Compiling...
class.cpp
D:\new\class.cpp(17) : warning C4786: 'std::reverse_bidirectional_iterator<std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator,std::pair<int const ,int>,
std::pair<int const ,int> &,std::pair<int const ,int> *,int>' : identifier was truncated to '255' characters in the debug information
D:\new\class.cpp(17) : warning C4786: 'std::reverse_bidirectional_iterator<std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator,std::pair<int const
,int>,std::pair<int const ,int> const &,std::pair<int const ,int> const *,int>' : identifier was truncated to '255' characters in the debug information
D:\new\class.cpp(17) : warning C4786: 'std::pair<std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator,std::_Tree<int,std::pair<int const ,int>,std::map<in
t,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator>' : identifier was truncated to '255' characters in the debug information
D:\new\class.cpp(17) : warning C4786: 'std::pair<std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator,std::_Tree<int,std::pair<int const ,int>,std::
map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator>' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\xtree(183) : warning C4786: 'std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::~_Tree<int,std::pair<int co
nst ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\xtree(160) : warning C4786: 'std::_Tree<int,std::pair<int const ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::_Tree<int,std::pair<int con
st ,int>,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >' : identifier was truncated to '255' characters in the debug information
Linking...

class.exe - 0 error(s), 0 warning(s)
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
xiapeng70
2008-05-20 · TA获得超过178个赞
知道小有建树答主
回答量:113
采纳率:0%
帮助的人:109万
展开全部
多就多吧,程序没有问题的
vc6使用stl就是会出很多的警告
不想看到的话可以向楼上老兄说的
#pragma warning(disable:4786)
把警告关了。
或者参考《stl源码剖析》附录部分,使用SGI_STL
替换vc6的垃圾stl。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
donaroo
2008-05-20 · TA获得超过1365个赞
知道小有建树答主
回答量:934
采纳率:0%
帮助的人:639万
展开全部
在第一行加入下边的代码:
#pragma warning(disable:4786)
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zltpc007
2008-05-19 · TA获得超过420个赞
知道小有建树答主
回答量:446
采纳率:0%
帮助的人:334万
展开全部
#include "stdafx.h"
#include <iostream>
#include <string>
#include <map>

using namespace std;

int main(int argc, char *argv[])
{
map<int, int> amap;
getchar();
return 0;
}
我为什么没出现呢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hecai84
2008-05-19 · 超过14用户采纳过TA的回答
知道答主
回答量:99
采纳率:0%
帮助的人:27万
展开全部
VC6对stl的支持不是很好。
换个编译器吧,2003要好很多。

另外,马甲的级数都这么高了啊。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式