How to download webpage into string without saving this page to disk in C++?
URLDownloadToFile MSDN function only saving page into disk.
|
How to download webpage into string without saving this page to disk in C++? URLDownloadToFile MSDN function only saving page into disk. | |||
|
feedback
|
|
Did you look up the other
See the default file based IStream implementation here. | |||||
feedback
|