Episode Synopsis "Lecture 7: Palindrome homework discussion and arrays"
In this lecture, we mainly discuss the details and requirements of the Palindrome homework assignment, however, doing so also entailed discussing many details of static arrays in C++. Specifically, static arrays will have two notions of size, i.e., a maximum size (the maximum number of elements an array can hold) and an actual size (the number of valid elements the array currently holds). Lastly, we discuss and develop an algorithm to solve the homework problem.
Listen "Lecture 7: Palindrome homework discussion and arrays"
More episodes of the podcast Introduction to C++ Programming - Winter 2010
- Lecture 15: Final Exam Review and Dynamic Allocation
- 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
- Lecture 8: Introduction to Value Returning Functions
- Lecture 7: Palindrome homework discussion and arrays
- Lecture 6: Loops and Intro to Arrays