code: сделан 6ый пункт(svg)

main
Станислав Князев 2 лет назад
Родитель e3292458a0
Сommit 460e47151f

2
.gitignore поставляемый

@ -1,2 +1,4 @@
/bin
/obj
/lab03.depend
/unittest.depend

@ -3,6 +3,7 @@
#include <conio.h>
#include "histogram.h"
#include "text.h"
#include "swg.h"
using namespace std;
@ -33,7 +34,7 @@ int main()
{
auto in = input_data();
auto bins = make_histogram(in.numbers, in.bin_count);
show_histogram_text(bins, in.bin_count);
show_histogram_svg(bins);
getch();
return 0;
}

Загрузка…
Отмена
Сохранить