From 1088349152fbc59caf6acb4e7be4b7a4e86ff2b9 Mon Sep 17 00:00:00 2001 From: "Yaroslav (PivovarovYV)" Date: Mon, 24 Apr 2023 15:36:26 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B0=D1=80=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BC=D1=8B=20=D0=B4=D0=BE=20=D0=B8=D0=BD=D0=B4=D0=B8=D0=B2?= =?UTF-8?q?=D0=B8=D0=B4=D1=83=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- project3.cbp | 4 ++++ project3.depend | 5 ++--- project3.layout | 34 +++++++++++++++++++++++++++------- svg.cpp | 25 +++++++++++++++++++++++-- unitest.cbp | 4 ++++ 6 files changed, 61 insertions(+), 13 deletions(-) diff --git a/main.cpp b/main.cpp index d3676af..19c5a82 100644 --- a/main.cpp +++ b/main.cpp @@ -26,7 +26,7 @@ input_data() { cin >> in.numbers[i]; } - cout << "Enter number of bins"; + cerr << "Enter number of bins"; cin >> in.bin_count; return in; } diff --git a/project3.cbp b/project3.cbp index 2270934..57c9634 100644 --- a/project3.cbp +++ b/project3.cbp @@ -40,6 +40,10 @@