Lecture 19 Outline (November 6, 2015)
Reading
:
text
, §9
Greetings and felicitations!
Homework 1 grades are up; homework 2 grades will go up a lot faster
Midterm grades are up; you can pick them up at discussion section. If you can;’t make it, come by my office starting on Monday.
Review
getint
for Homework 3
How to write a recursive program
Checking a string to see if it is a palindrome (all alphanumerics)
Checking a string to see if it is a palindrome (all alphanumerics, ignoring case)
Checking a string to see if it is a palindrome (ignore non-alphanumerics)
Searching an array for a value
Function parameters and pointers
How to change an integer value from
within
a function
How to change a pointer value from
within
a function
You can also obtain a PDF version of this.
Version of November 6, 2015 at 2:16AM