All content for Introduction to C++ Programming - Winter 2010 is the property of Computer Science & Engineering and is served directly from their servers
with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.
Lecture 7: Palindrome homework discussion and arrays
Introduction to C++ Programming - Winter 2010
15 years ago
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.
Introduction to C++ Programming - Winter 2010
Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.