Lecture 27: Strings 3
Tuesday, December 06, 2011 Status: complete[Up] [Previous Lecture] [Next Lecture]
Powerpoint Slides: none
Reading Assigned: 9.6-9.7
Homework Due: Homework 12
Homework Assigned: Homework 13
Topics Covered:
- continue string library functions
- Classwork 27.
Programs Shown:
- Using the string copy library function (including pitfalls): copy1.c, copy2.c, copy3.c and copy4.c.
- Scanning for a substring: count_blue1.c and strstr.c.
- Converting between strings and numeric values: string2numb.c and num2string.c.