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 Tuesday, July 3 we reviewed class constructors and the class keyword, then we worked as a class to create a Library class.

Some good questions asked this week in section:

  • When you call a function with parameter "const int *", is the integer made constant or the pointer made constant?
                 The integer is the value that is not allowed to change -- see this link..










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