I am looking for a way to create a ZIP file from a folder in Windows C/C++ APIs. I can find the way to do this in VBScript using the Shell32.Application CopyHere method, and
I do not think that MFC or the Windows standard C/C++ APIs provide an interface to the built in zip functionality.