When i used 24 bit dictionary for LZAP, i got an error like that
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I used c++ std:: map for dictionary
How can i solve this problem?