首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

error C2039: 'bad_cast' : is not a member of 'std',该怎么解决

2012-09-17 
error C2039: bad_cast : is not a member of stdcatch ( std::bad_cast& e){OUTPUTEXCEPTIONSTRING(

error C2039: 'bad_cast' : is not a member of 'std'
catch ( std::bad_cast& e)
  {
  OUTPUTEXCEPTIONSTRING( e.what() );
  }

编译器会提示如标题的错误,请问这是什么原因。
谢谢~

[解决办法]
'bad_cast' 不是std里面的成员
[解决办法]
std名字空间里没有bad_cast

热点排行