biblio: установил libcurl.dll

main
Danila 2 лет назад
Родитель 05d32e076a
Сommit 7337899bfc

1
project/.gitignore поставляемый

@ -2,3 +2,4 @@
/bin
/pr3.depend
/pr3.layout
/curl

@ -4,6 +4,7 @@
#include "histogram.h"
#include "text.h"
#include "svg.h"
#include <curl/curl.h>
using namespace std;
struct Input
@ -37,6 +38,7 @@ input_data(istream& in, bool promt)
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);

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