diff options
| -rw-r--r-- | Lab5_taormina | 4 | ||||
| -rw-r--r-- | mod_10b/main.cpp | 1 | ||||
| -rw-r--r-- | mod_10b/source.cpp | 1 | ||||
| -rw-r--r-- | mod_10b/source.h | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/Lab5_taormina b/Lab5_taormina index 32202d6..829be8e 100644 --- a/Lab5_taormina +++ b/Lab5_taormina @@ -204,7 +204,7 @@ Break into at least 3 files as in 9b. 10 pts #2 Submit: code & runs CODE: - +see folder mod_10a RUN: ________________________________________________________________________________________________________________________ 10b @@ -215,4 +215,6 @@ Break into at least 3 files as in 9b. Submit: code & runs CODE: +see folder mod_10b + RUN: diff --git a/mod_10b/main.cpp b/mod_10b/main.cpp new file mode 100644 index 0000000..489c45a --- /dev/null +++ b/mod_10b/main.cpp @@ -0,0 +1 @@ +main diff --git a/mod_10b/source.cpp b/mod_10b/source.cpp new file mode 100644 index 0000000..5a18cd2 --- /dev/null +++ b/mod_10b/source.cpp @@ -0,0 +1 @@ +source diff --git a/mod_10b/source.h b/mod_10b/source.h new file mode 100644 index 0000000..8e83f89 --- /dev/null +++ b/mod_10b/source.h @@ -0,0 +1 @@ +header |