diff options
| author | Andrei Florea <[email protected]> | 2022-10-01 12:35:03 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-01 12:35:03 -0700 |
| commit | c706b77b3ff273753942a6e95ec0c2e45825effd (patch) | |
| tree | efc761f92421dc823a669a18757f2d425d4b7bfb | |
| parent | Adding git ignore (diff) | |
| download | cst116-lab0-debugging-florea-c706b77b3ff273753942a6e95ec0c2e45825effd.tar.xz cst116-lab0-debugging-florea-c706b77b3ff273753942a6e95ec0c2e45825effd.zip | |
Adding name + other specifications to code comments
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..56716e7 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -1,4 +1,5 @@ /********************************************************************
+ * Andrei Florea - CST 116 - Lab 0 - Debugging
* File: Chap_5_Debugging.cpp
*
* General Instructions: Complete each step before proceeding to the
|