Lecture 26: Strings 2
Thursday, December 01, 2011 Status: complete[Up] [Previous Lecture] [Next Lecture]
Powerpoint Slides: none
Reading Assigned: 9.4
Homework Due:
Homework Assigned:
Topics Covered:
- standard C string library
- string comparison
- string I/O
- Classwork 26.
Programs Shown:
- Pointers can be used as arrays. What's the difference? pointer1.c, pointer2.c and pointer3.c.
- Using the readline() library function for robust I/O: enter1.c and enter2.c.
- Using the string comparison library function: compare.c.