In this lecture, we review key concepts that will be covered by the final exam. Also, we discuss more details pertaining to dynamic allocations, including motivation, requesting dynamic memory, and releasing dynamic memory, that will not be covered on the final exam.
Tags: osu, higher education, education, ohio state university, the ohio state university
Older Episodes
Lecture 14: Introduction to Pointers
Lecture 13: More Operator Overloading and Stacks
Lecture 12: Member Functions and Operator Overloading
Lecture 11-Constructors and Clients
Lecture 10-Introduction to Object-Oriented Programming
Lecture 9-Parameter Passing and Void Functions
Introduction to value returning functions in C++ and a brief introduction to separate compilation.
Discussion of the details and requirements of the Palindrome homework assignment and many details of static arrays in C++.
Boolean operations, variable scopes, global variables, named constants, and repetitive statements in C++
