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;  
相關文章
相關標籤/搜索