鬼泣5过场动画全集:C++问题,帮忙~~~~高手们~~~!!!

来源:百度文库 编辑:高校问答 时间:2024/05/05 09:22:23
以下警告是什么意思???

warning C4786: 'std::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >
>::~vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information

求求大家帮忙~

把出现问题的语句发一下吧

警告说你那堆字符太长了,调试时将被削减至255个字符,其他将被忽略.
你的程序怎么写的啊?发上来看看行不?