diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5a3509a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,18 @@ +FROM ubuntu + +LABEL author="Skrypnik" +LABEL group="201-331" + +RUN echo "This image of Vasily Skrypnik for exam." + +RUN apt update -y && apt upgrade -y \ +&& apt install -y build-essential g++ + +COPY Exam_proj_QtLess /app/source + +WORKDIR /app/source +RUN g++ *.cpp -o ../program + +WORKDIR /app + +ENTRYPOINT [ "/app/program" ] diff --git a/Exam_proj_QtLess/html/annotated.html b/Exam_proj_QtLess/html/annotated.html new file mode 100644 index 0000000..7252f1d --- /dev/null +++ b/Exam_proj_QtLess/html/annotated.html @@ -0,0 +1,81 @@ + + +
+ + + + +
+ My Project
+
+ |
+
+ My Project
+
+ |
+
+ My Project
+
+ |
+
This is the complete list of members for circle, including all inherited members.
+circle() (defined in circle) | circle | |
circle(double x, double y, double rad) (defined in circle) | circle | |
r (defined in circle) | circle | private |
x0 (defined in circle) | circle | private |
y0 (defined in circle) | circle | private |
+ My Project
+
+ |
+
+Public Member Functions | |
+ | circle (double x, double y, double rad) |
+Private Attributes | |
+double | x0 |
+double | y0 |
+double | r |
+ My Project
+
+ |
+
+ My Project
+
+ |
+
This is the complete list of members for square, including all inherited members.
+a (defined in square) | square | private |
a_x (defined in square) | square | private |
a_y (defined in square) | square | private |
ax (defined in square) | square | private |
ay (defined in square) | square | private |
b (defined in square) | square | private |
b_x (defined in square) | square | private |
b_y (defined in square) | square | private |
bx (defined in square) | square | private |
by (defined in square) | square | private |
c_x (defined in square) | square | private |
c_y (defined in square) | square | private |
d_x (defined in square) | square | private |
d_y (defined in square) | square | private |
figure_square() (defined in square) | square | |
square() (defined in square) | square | |
square(double ver[]) (defined in square) | square |
+ My Project
+
+ |
+
+Public Member Functions | |
+ | square (double ver[]) |
+double | figure_square () |
+ My Project
+
+ |
+
This is the complete list of members for triangle, including all inherited members.
+a_x (defined in triangle) | triangle | private |
a_y (defined in triangle) | triangle | private |
b_x (defined in triangle) | triangle | private |
b_y (defined in triangle) | triangle | private |
c_x (defined in triangle) | triangle | private |
c_y (defined in triangle) | triangle | private |
triangle() (defined in triangle) | triangle | |
triangle(double ver[]) (defined in triangle) | triangle |
+ My Project
+
+ |
+
+Public Member Functions | |
+ | triangle (double ver[]) |
+Private Attributes | |
+double | a_x |
+double | a_y |
+double | b_x |
+double | b_y |
+double | c_x |
+double | c_y |
+ My Project
+
+ |
+
+ My Project
+
+ |
+