UMBC CMSC201, Computer Science I, Fall 1994
Sections 0101, 0102 and Honors
Tuesday November 15, 1994
Assigned Reading: 10.1 - 10.3
Handouts (available on-line): none
Topics Covered:
- More examples of string functions from the strlib.h
interface. This program uses
some new functions. Sample run.
- We looked at the StringCompare function in greater detail.
Program and
Sample Run.
- We also examined the StringToReal and the
RealToString functions in greater detail.
Program and
sample run.
The StringToInteger and IntegerToString
functions are similar. Program
and sample run.
- Discussed using pseudocode how we might go about writing
a program to translate from English to Pig Latin.
This program was written
using the strategy that the class recommended by popular vote.
Sample run.
Last Modified:
Tue Nov 15 09:18:15 EST 1994
Richard Chang, chang@gl.umbc.edu