Need to store variable length bit code in the stl::bitset
I am working on compression 开发者_如何学Pythonof file.I have generated codes in binary form for distinct symbols exist in file, using shannon fano algorithm and i want to store these codes in bitset. Codes are resides in map.Now my problem is, as the codes for different symbol are of different length, how i will do this?
Boost.DynamicBitset.
精彩评论