diff options
| author | Connor McDowell <[email protected]> | 2024-02-15 17:35:32 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-15 17:35:32 -0800 |
| commit | 8a8d2ed66fcaf7a6a66c92219b4f8a628f7c9392 (patch) | |
| tree | 5e9415ce073b4df51662156a4ac287a48ed9e562 /Project1/main.cpp | |
| parent | included memset from string.h in c_array.cpp (diff) | |
| download | in-class-exercise-12-connormcdowell275-8a8d2ed66fcaf7a6a66c92219b4f8a628f7c9392.tar.xz in-class-exercise-12-connormcdowell275-8a8d2ed66fcaf7a6a66c92219b4f8a628f7c9392.zip | |
testing to set indexes > 101 to 0. but theres LITERALLY no instruction in the lecture about it.
once again.
Diffstat (limited to 'Project1/main.cpp')
| -rw-r--r-- | Project1/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/main.cpp b/Project1/main.cpp index 7862a8b..45749ee 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -22,7 +22,7 @@ int main() } - PrintArray(array, SIZE); + //PrintArray(array, SIZE); DoubleArraySize(array, SIZE); |