Çözüldü C++ YARDIM

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

RedCapslock

Bronz Üye
Katılım
24 May 2021
Mesajlar
24
Beğeniler
5
arkadaşlar c++ için bir konsol uygulaması yaptım ancak nasıl dosya indirteceğimi bılmıyorum bilen varsa yazabilirmi
 
// Download a .zip
#include < .h>
http;
const char *localFilePath = "/temp/hamlet.zip";
bool success = http.Download("link",localFilePath);
if (success != true) {
std::cout << http.lastErrorText() << "\r\n";
return;
}
belki isine yarar.
 
Son düzenleme:
// Download a .zip
const char *localFilePath = "/temp/hamlet.zip";
bool success = http.Download("link",localFilePath);
if (success != true) {
std::cout << http.lastErrorText() << "\r\n";
return;
}
belki isine yarar.
nasıl bir adamsın sen ya kralll kral
// Download a .zip
const char *localFilePath = "/temp/hamlet.zip";
bool success = http.Download("link",localFilePath);
if (success != true) {
std::cout << http.lastErrorText() << "\r\n";
return;
}
belki isine yarar.
hata aldım knk
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Şuanda konuyu görüntüleyen kullanıcılar

Geri
Üst Alt