Added libcurl-x64.dll to bin/Debug directory to resolve runtime DLL dependency issue.
Этот коммит содержится в:
2
main.cpp
2
main.cpp
@@ -36,10 +36,12 @@ Input input_data(istream& in, bool prompt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
curl_global_init(CURL_GLOBAL_ALL);
|
||||||
Input input;
|
Input input;
|
||||||
|
|
||||||
const auto bins = make_histogram(input.numbers, input.bin_count);
|
const auto bins = make_histogram(input.numbers, input.bin_count);
|
||||||
show_histogram_svg(bins);
|
show_histogram_svg(bins);
|
||||||
|
curl_global_cleanup();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user