Lab 4: Instructor's Notes
This lab consists of two parts:
-
The first part introduces the C++ standard string
class, and some of its function members, by using it to solve a
"language translation" problem.
As such, the exercise assumes that your C++ platform
supports the ANSI string functionality.
-
The second part of the exercise extends the first part,
and requires use of the if statement.
You may wish to review the if with your class at the
beginning of the lab session.
Back to This Lab's Home Page
Forward to the Prelab Questions
Copyright 1998 by
Joel C. Adams. All rights reserved.