boost (Can it generate hash keys)



I'm a newbie to boost and don't know where to start so I'd like to ask a
question on boost. Given that it's a powerful library for C++, I wonder if
it can generate hash keys easily, say I have a string key and it will give
me back a nice unique hash key in return.
Any comments are welcome!
Thx
J


.



Relevant Pages

  • Re: boost (Can it generate hash keys)
    ... I wonder if it can generate hash keys easily, say I have a string key ... boost does not include any string hashing algorithms. ... Boost discussion primarily occurs on the mailing lists accessible at ...
    (microsoft.public.vc.language)
  • Re: boost (Can it generate hash keys)
    ... I wonder if it can generate hash keys easily, say I have a string key ... boost does not include any string hashing algorithms. ... Boost discussion primarily occurs on the mailing lists accessible at ...
    (microsoft.public.vc.language)
  • Re: boost (Can it generate hash keys)
    ... Jack wrote: ... hash keys easily, say I have a string key and it will ... If you won't find it in boost, ... function HashData. ...
    (microsoft.public.vc.language)
  • Re: maintain project
    ... To Forum wrote: ... > Until now, I write my code with STL, BOOST... ... > am not really a newbie but for sure I am not a novice) and now I want to ...
    (comp.lang.cpp)

Loading