From 4d21cde5c18fb4f7224d6cb55329ba52a7a33589 Mon Sep 17 00:00:00 2001 From: "Yaroslav (PivovarovYV)" Date: Tue, 6 Jun 2023 18:42:20 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BE=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D1=81?= =?UTF-8?q?=20curl=20=D0=B1=D0=B5=D0=B7=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + main.cpp | 3 +++ project3.depend | 57 +++++++++++++++++++++++++++++++++++++++++++++---- unitest.layout | 5 +++++ 4 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 unitest.layout diff --git a/.gitignore b/.gitignore index 4c7473d..07771fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bin /obj +/curl \ No newline at end of file diff --git a/main.cpp b/main.cpp index d2f2273..1c49855 100644 --- a/main.cpp +++ b/main.cpp @@ -6,6 +6,8 @@ #include "text.h" #include "svg.h" #include "histogram_internal.h" +#include + using namespace std; struct Input { @@ -35,6 +37,7 @@ input_data(istream &tin, bool prompt){ int main() { + curl_global_init(CURL_GLOBAL_ALL); Input in = input_data(cin, false); auto bins = make_histogram(in.numbers, in.bin_count); show_histogram_svg(bins); diff --git a/project3.depend b/project3.depend index 5cb1a1b..ea13657 100644 --- a/project3.depend +++ b/project3.depend @@ -1,13 +1,14 @@ # depslib dependency file v1.0 -1685964158 source:c:\users\hp\desktop\lab-03\project3\main.cpp +1686065402 source:c:\users\hp\desktop\lab-03\project3\main.cpp + + - "histogram.h" "text.h" "svg.h" - - + "histogram_internal.h" + 1685965388 c:\users\hp\desktop\lab-03\project3\histogram.h @@ -49,3 +50,51 @@ 1685964255 c:\users\hp\desktop\lab-03\project3\svg.h +1685361112 c:\users\hp\desktop\lab-03\project3\curl\include\curl\curl.h + "curlver.h" + "system.h" + + + + + + + + + + + "easy.h" + "multi.h" + "urlapi.h" + "options.h" + "header.h" + "websockets.h" + "typecheck-gcc.h" + +1685416610 c:\users\hp\desktop\lab-03\project3\curl\include\curl\curlver.h + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\system.h + + + + + + + + +1685004688 c:\users\hp\desktop\lab-03\project3\curl\include\curl\easy.h + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\multi.h + "curl.h" + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\urlapi.h + "curl.h" + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\options.h + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\header.h + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\websockets.h + +1684137360 c:\users\hp\desktop\lab-03\project3\curl\include\curl\typecheck-gcc.h + diff --git a/unitest.layout b/unitest.layout new file mode 100644 index 0000000..593c06e --- /dev/null +++ b/unitest.layout @@ -0,0 +1,5 @@ + + + + +