i am trying to download a wiki dump from a site
but i noticed somehow after a new dump is available, the program is still "downloading" the old dump?
what i manually downloaded and what my program downloaded is different...
what i am suspecting is that it is retrieving the old temporary file the program downloaded?
and i am trying to download the file, extract it, and process it for my own purpose
(maybe just some self-satisfaction LOL)
and in the above code, i have skipped the unrelated and only showed the downloading and extracting lines
i don't know how to download a file using c++ but i just happened to find the urlmon first
it worked originally, but after the file updates, this problem make me curious.