@ -4,7 +4,7 @@
using namespace std;
void find_minmax(const vector<double> &numbers, double &min, double &max){
void static find_minmax(const vector<double> &numbers, double &min, double &max){
min = numbers[0];
max = numbers[0];
for (double x : numbers) {
@ -32,7 +32,11 @@
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="histogram.cpp" />
<Unit filename="histogram.h" />
<Unit filename="main.cpp" />
<Unit filename="text.cpp" />
<Unit filename="text.h" />
<Extensions />
</Project>
</CodeBlocks_project_file>