Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. string line;
  2. ifstream writeT("test.txt");
  3. writeT.is_open();
  4. getline(writeT, line);
  5.  
  6. WCHAR webAddress[256] = ;
  7. HRESULT hr = URLDownloadToFile(NULL, webAddress, szFileName, 0, NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement