error LNK2001: 没法解析的外部符号 "public: static class stdext::hash_map

inline size_t CString_hash_value( const CString& str) /*const*/ {    size_t value = _HASH_SEED;    size_t size  = str.GetLength();    if (size > 0) {   size_t temp = (size / 16) + 1;   size -= temp;  
相关文章
相关标签/搜索