Visual Studio 2017 C++ Console Project
Console application that implements Huffman compression algorithm.
Application should be called with command line parameters.
Parameters should be:
- [action] = '-c' (compress) or '-x' (extract)
- [input file name]
- [output file name]