
Lecture 7: Palindrome homework discussion and arrays
Discussion of the details and requirements of the Palindrome homework assignment and many details of static arrays in C++.
Introduction to C++ Programming - Winter 2010 · The Ohio State University
January 28, 2010
Audio is streamed directly from the publisher (streaming.osu.edu) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
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.