From 1201c65f21f4b64255cadf79e875aa9adad25148 Mon Sep 17 00:00:00 2001 From: "lab01 (IvanovIM)" Date: Tue, 26 Mar 2024 19:55:52 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D1=81=D0=B5=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index a482262..2616f31 100644 --- a/main.cpp +++ b/main.cpp @@ -47,16 +47,18 @@ input_data(istream& in){ //& int main(int argc, char* argv[]){ + CURL* curl = curl_easy_init(); + if (argc > 1){ - cout << argc; - for (int i=0; i < argc; i++){ - cout << "argv[" << i << "]=" <