From 81ff18f02deac018997f899560d3bd144158061f Mon Sep 17 00:00:00 2001 From: VinogradovMA Date: Fri, 2 May 2025 13:22:42 +0300 Subject: [PATCH] code:portection[6] --- Lab1.cbp | 2 ++ histogram.cpp | 5 +++-- main.cpp | 12 ++++++++++-- prot.cpp | 25 +++++++++++++++++++++++++ prot.h | 8 ++++++++ svg.cpp | 5 ++--- svg.h | 2 +- unittest.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 95 insertions(+), 8 deletions(-) create mode 100644 prot.cpp create mode 100644 prot.h create mode 100644 unittest.cpp diff --git a/Lab1.cbp b/Lab1.cbp index e54e0bb..031adb2 100644 --- a/Lab1.cbp +++ b/Lab1.cbp @@ -47,6 +47,8 @@