i have a couple questions
1.how do you create a zip file in c++
2.how do you create files in the zip in c++
i know you can create a folder with
CreateDirectory ("C:\\folder",0 );
and
create a file with ofstream
anyone have an idea?
thanks
1.how do you create a zip file in c++
2.how do you create files in the zip in c++
i know you can create a folder with
CreateDirectory ("C:\\folder",0 );
and
create a file with ofstream
anyone have an idea?
thanks
Comment