Section AH
CSE 143 Autumn 2000
>> Section AH
TA: Justin Campbell
Email: jmc@cs.washington.edu
Office Hours: Mondays, 11:30-12:30, Sieg 325A
Section AH
Mailing List Archive
Links to handouts and things from class:
Quiz 1 -- Blob Class
Quiz 1 Answers
Use of
const
Circle example.
operator<<
example
Quiz 2
Quiz 2 Solution
Memory Handout
Sample Run of the crazy function from the memory handout above
Long Email with more on Pointers and C++ memory
Review Question on Dynamic Memory
--
Answer
Test Files -- these are the test files we used for HW2
test1
test2
test3
Preprocessor Directives (e.g.
#ifndef)
Try the Box exercise for yourself
-- compile and run
Inheritance Handout using Smurfs
-- you can compile if you want
sNode Insert code