подключил curl и исправил ошибки

master
Bob 7 дней назад
Родитель 89a4be4fa9
Сommit 0afe6f06a1

@ -90,3 +90,91 @@
<string>
"svg.h"
1747663012 source:c:\users\ïëàòîí\desktop\project\lab01_copy\histogram.cpp
<iostream>
<vector>
"histogram.h"
1747663012 c:\users\ïëàòîí\desktop\project\lab01_copy\histogram.h
<vector>
1747663012 source:c:\users\ïëàòîí\desktop\project\lab01_copy\svg.cpp
<math.h>
<iostream>
<conio.h>
<vector>
<string>
"svg.h"
1747663012 c:\users\ïëàòîí\desktop\project\lab01_copy\svg.h
<vector>
1747663012 source:c:\users\ïëàòîí\desktop\project\lab01_copy\text.cpp
<iostream>
<vector>
"text.h"
1747663012 c:\users\ïëàòîí\desktop\project\lab01_copy\text.h
<vector>
1748263687 source:c:\users\ïëàòîí\desktop\project\lab01_copy\main.cpp
<iostream>
<vector>
"histogram.h"
"text.h"
"svg.h"
<curl/curl.h>
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\curl.h
"curlver.h"
"system.h"
<stdio.h>
<limits.h>
<sys/param.h>
<sys/types.h>
<time.h>
<winsock2.h>
<ws2tcpip.h>
<sys/select.h>
<sys/socket.h>
<sys/time.h>
"easy.h"
"multi.h"
"urlapi.h"
"options.h"
"header.h"
"websockets.h"
"mprintf.h"
"typecheck-gcc.h"
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\curlver.h
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\system.h
<ConditionalMacros.h>
<inttypes.h>
<inttypes.h>
<sys/types.h>
<sys/socket.h>
<sys/poll.h>
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\easy.h
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\multi.h
"curl.h"
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\urlapi.h
"curl.h"
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\options.h
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\header.h
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\websockets.h
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\mprintf.h
<stdarg.h>
<stdio.h>
"curl.h"
1747661306 c:\users\ïëàòîí\desktop\project\lab01_copy\curl\include\curl\typecheck-gcc.h

@ -4,10 +4,10 @@
<ActiveTarget name="Debug" />
<File name="main.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="-1" zoom_2="0">
<Cursor>
<Cursor1 position="511" topLine="19" />
<Cursor1 position="511" topLine="13" />
</Cursor>
</File>
<File name="svg.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="svg.cpp" open="1" top="1" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="140" topLine="0" />
</Cursor>
@ -17,7 +17,7 @@
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="histogram.cpp" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="histogram.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>

@ -3,6 +3,7 @@
#include "histogram.h"
#include "text.h"
#include "svg.h"
#include <curl/curl.h>
using namespace std;
@ -31,6 +32,7 @@ input_data(istream& in, bool prompt){
}
int main()
{
curl_global_init(CURL_GLOBAL_ALL);
auto in = input_data(cin, true);;
auto bins = make_histogram(in.numbers, in.bin_count);
show_histogram_svg(bins);

Загрузка…
Отмена
Сохранить