cs-lab34_Var7/histogram.h

8 строки
262 B
C++

#ifndef HISTOGRAM_H_INCLUDED
#define HISTOGRAM_H_INCLUDED
#include "histogram.cpp" //Âîçìîæíî, êîñòûëü. Íî áåç ýòîãî íå ðàáîòàåò!
#include <vector>
std::vector<double> MakeHistogram(const std::vector<double>& marks, int NCharts);
#endif // HISTOGRAM_H_INCLUDED