curl и динамические библиотеки

master
BiriukovaAlS 2 лет назад
Родитель aa3cb2c468
Сommit 10d695ba6d

6
.gitignore поставляемый

@ -0,0 +1,6 @@
/bin
/obj
/lab3344.layout
/lab3344.depend
/unittest.depend
/curl

@ -4,6 +4,8 @@
#include "histogram.h"
#include "text.h"
#include "svg.h"
#include <curl/curl.h>
using namespace std;
@ -41,6 +43,8 @@ input_data(istream& in, bool promt)
int main()
{
curl_global_init(CURL_GLOBAL_ALL);
size_t number_count;
auto in = input_data(cin,true);
auto B = make_histogram(in.numbers, in.kol_kor);

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