Week 9

Home Windows C++ 241 C++ 242 Contact Info Contents

Week 9 - February 26/28

Back Up Next

Due This Week

Program #8

Preparation for Class

Read chapter 10 in the text

Topics Covered this Week

Review Basics of Arrays
"C" strings: arrays of char
What's a "C" string (or "cstring")
The null character
Constant cstrings 
How they differ from constant chars
Variable cstrings (arrays)
Initializing
Assigning
Comparing
Predefined (c)string functions
Input and output of cstrings
Robust input using conversion functions

Assignments

Program #9
 

Back Up Next 

Home Windows C++ 241 C++ 242 Contact Info Contents

Copyright © 2000  Charlie Poole. All rights reserved.
Revised: July 15, 2002 - cpoole@ctc.edu