Can I use dll in Turbo C++ program and do we have any dll for lzw compression and decompression
- by Shantanu Gupta
I was trying to create a lzw compression program. But i need to finish it by today itself so i want to use some dll for taking my input as txt file and output to as a text file. I want to do this in TURBO C++ code which are doing my remaining functionalities.
Can anyone suggest me some method.