My Current Project Needs to Snapshot a website [closed]
My Current Project Needs to Snapshot a website, the whole website and a thumbnail, with an inputed url.
How can 开发者_如何学Pythoni get it done in C, C++?
Try libcurl
See also this question
Depending on your O/S you could also launch wget using execv or execv_. boost.process offers cross-platform ways to do this but is not (yet) an official part of boost.
精彩评论