I want to compress/uncompress a single file in my C++ application without using an external library. I have read that Cabinet Files can be used to do this, but I am unable to find any useful examples.
I am not even sure if Cabinet Files can still be used in modern Windows versions, can anyone provide a simple example to do so.