diff --git a/histogram_internal.h b/histogram_internal.h new file mode 100644 index 0000000..f4cc286 --- /dev/null +++ b/histogram_internal.h @@ -0,0 +1,4 @@ +#pragma once +#include + +void find_minmax(const std::vector& numbers, double& min, double& max); \ No newline at end of file diff --git a/lab1.vcxproj b/lab1.vcxproj index 8f1ff1c..ce5422b 100644 --- a/lab1.vcxproj +++ b/lab1.vcxproj @@ -133,6 +133,7 @@ + diff --git a/lab1.vcxproj.filters b/lab1.vcxproj.filters index a753087..7e1d14f 100644 --- a/lab1.vcxproj.filters +++ b/lab1.vcxproj.filters @@ -32,5 +32,8 @@ Исходные файлы + + Исходные файлы + \ No newline at end of file