Родитель
aafb80fb49
Сommit
e54e72c263
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#ifndef TEXT_H_INCLUDED
|
||||||
|
#define TEXT_H_INCLUDED
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
const size_t SCREEN_WIDTH = 80;
|
void show_histogram_text (const std::vector<double>& bins,size_t MAX_ASTERISK, size_t bin_count);
|
||||||
const size_t MAX_ASTERISK = SCREEN_WIDTH - 3 - 1;
|
|
||||||
|
|
||||||
void show_histogram_text(const std::vector<size_t>& bins);
|
#endif
|
||||||
|
Загрузка…
Ссылка в новой задаче