SyntaxFix
Write A Post
Hire A Developer
Questions
Use boost::hash
#include <boost\functional\hash.hpp>
...
std::string a = "ABCDE"; size_t b = boost::hash_value(a);