File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// Course# : CS115-1601A-01
66
// Course : Programming with C++
77
// Instructor : Instructor Charles Hale
8-
// Version : Week 5 Feburary 08, 2016 5
8+
// Version : Week 5 - 5
9+
// Last updated: January 2025
910
// Copyright : Educational Purposes
1011
// Description : C++, Ansi-style Successful Compile, Run, and updated application with objects, classes, functions, pointers
1112
//============================================================================
@@ -222,4 +223,4 @@ int main() {
222223
delete customerData; // delete operator utilized free memory from dynamic memory allocation
223224
delete listDescriptionPrice; // delete operator utilized free memory from dynamic memory allocation
224225
return 0;
225-
}
226+
}

0 commit comments

Comments
 (0)