Код C++
Код: Выделить всё
string dwnld_URL = "127.0.0.1/screenchote.png";
string savepath = "D:\\screenchote.png";
URLDownloadToFile(NULL, dwnld_URL.c_str(), savepath.c_str(), 0, NULL);
savepath = путь сохранения файла
как сделать серверную часть?
Подробнее здесь: https://stackoverflow.com/questions/625 ... m-url-on-c
Мобильная версия