diff options
| author | till-t <[email protected]> | 2021-11-02 22:32:50 -0700 |
|---|---|---|
| committer | till-t <[email protected]> | 2021-11-02 22:32:50 -0700 |
| commit | a907bb4a9f389fa319fe04e827db1eb00d9c5266 (patch) | |
| tree | c0480c069f7f9142d2b506b454cd121174bf5139 | |
| parent | Did not complete lab. Will communicate with Martha. (diff) | |
| download | cst116-lab5-till-t-a907bb4a9f389fa319fe04e827db1eb00d9c5266.tar.xz cst116-lab5-till-t-a907bb4a9f389fa319fe04e827db1eb00d9c5266.zip | |
Folder for last lab question. Incomplete.
| -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 |