Skip to content

Commit 9ccf55f

Browse files
author
Max
committed
Added "safe" input, set cardinality check. Multiple elements in set are prohibited. Expressions added. Fixed setUnion function.
1 parent 5299d2e commit 9ccf55f

File tree

3 files changed

+599
-531
lines changed

3 files changed

+599
-531
lines changed

Diff for: Set_Operations.depend

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# depslib dependency file v1.0
1+
# depslib dependency file v1.0
22
1461222776 source:c:\users\playa\documents\labs\set_operations\main.cpp
33
<iostream>
44
<algorithm>
55
<vector>
6-
6+
7+
1461224167
8+
79
1461224167 source:d:\zother\users\playa\documents\labs\set_operations\main.cpp
810
<iostream>
911
<algorithm>
1012
<vector>
11-
13+
1214
1461778675 source:d:\zother\users\playa\documents\labs\set_operations\src\set_operations.cpp
1315
"set_operations.h"
14-
16+
17+
1461778675 tions.h"
18+
1519
1461778675 d:\zother\users\playa\documents\labs\set_operations\include\set_operations.h
16-
20+
21+
1462098216 source:/home/max/CBProjects/set_operations/main.cpp
22+
<iostream>
23+
<algorithm>
24+
<vector>
25+

Diff for: Set_Operations.layout

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<CodeBlocks_layout_file>
33
<FileVersion major="1" minor="0" />
44
<ActiveTarget name="Debug" />
5-
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="-2" zoom_2="0">
5+
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
66
<Cursor>
7-
<Cursor1 position="1554" topLine="30" />
7+
<Cursor1 position="21007" topLine="430" />
88
</Cursor>
99
</File>
1010
</CodeBlocks_layout_file>

0 commit comments

Comments
 (0)