
ERROR
文章平均质量分 68
beecindy
hi
展开
-
invalid operator<
注意区分C++与JAVA在编程细节的区别:错误代码:bool operator < (const AssetInfo& ai) const//升序 { if (m_wwwcharacter != ai.m_wwwcharacter) return stod(m_wwwcharacter) - stod(ai.m_wwwcharacter) ; if (m_原创 2010-01-06 17:08:00 · 821 阅读 · 0 评论 -
无法识别 ext/hasp_map 的解决
stdext::hash_map 1.问题 使用stdext::hash_map在有的平台上编译通不过的问题 相应的解决方法是: #pragma once #include #include #include struct MyStringComp {原创 2011-07-07 11:24:56 · 1502 阅读 · 0 评论