Popular recipes tagged "data_compression" but not "algorithms"http://code.activestate.com/recipes/tags/data_compression-algorithms/2010-12-01T03:10:13-08:00ActiveState Code RecipesFile Uniter (C++) 2010-12-01T03:10:13-08:00FB36http://code.activestate.com/recipes/users/4172570/http://code.activestate.com/recipes/577481-file-uniter/ <p style="color: grey"> C++ recipe 577481 by <a href="/recipes/users/4172570/">FB36</a> (<a href="/recipes/tags/data_compression/">data_compression</a>). </p> <p>Unites N files into a single file (or separates them back).</p> <p>This utility can be used together w/ my other post titled "Huffman Data Compression" to enable compression of multiple files.</p>