CSE 143

Main
6/19/2001
6/21/2001
6/26/2001
6/28/2001
7/3/2001
7/5/2001
7/10/2001
7/12/2001
7/17/2001
7/24/2001
7/26/2001
7/31/2001
8/2/2001
8/7/2001
8/9/2001
8/14/2001
8/16/2001

Anonymous
Section
Feedback


On Thursday, June 21 we reviewed the use of enumerated types, structs, pass by reference, cin/cout, and file streams.

Powerpoint Slides - These are the slides I presented in class.

Word Document Handout - This is the handout I passed out in class (but now with a sample solution).



Some good questions asked this week in section:

  • Where is a good place to find out what compiler and linker error messages mean?
                 Try http://www.cs.washington.edu/education/courses/142/info/syntaxErr.html.
  • How do you know whether to use cin our cout?
                 cin brings something IN from the outside world, cout sends something OUT to the outside world.
  • If we had had a quiz today, how would it have compared to the exercies on the handout?
                 The material might be similar but a quiz would be MUCH shorter.
  • Why do you look so handsome Jeff?
                 Born that way.





  • Introductory Programming II for the Department of Computer Science and Engineering at the University of Washington
    Maintained by jeffwest@cs.washington.edu