PIC 10B
General Information:
I TA two sections of PIC 10B, 1c and 2b. Both lectures are taught by Prof. Englert. The times and locations for discussion and office hours are:
Discussion:
- Section 1c: TR 9.00-9.50 at MS6229.
- Section 2b: TR 10.00-10.50 at MS5147.
Office Hours:
- TR 11.00-11.50
Remark:The default location for these office hours will be my office (MS2925), but i will hold some of them at the PIC lab (as needed for HW programming assignments). I will let you know in advance when this is the case.
Announcements:
Week 9:
- Office Hour this week:
- Tuesday (05/27): 11-1 at the PIC lab (BH2718). I'll be at the PIC lab from 11 to 12, and if there is enough demand, i'll stay until 1.
- Thursday (05/29): No office hour on Thursday unless somebody requests it.
- Check below for hw#5 notes.
Week 3:
- Office Hour this week:
- Tuesday (04/22): 11-12 at the PIC lab (BH2718).
- Wednesday (04/23): 2-3 at the PIC lab (BH2817).
- No office hour Thursday (04/24).
- Check below for hw#2 notes.
Week 2:
- On Thursday (04/10), i will hold my office hour (11.00-11.50) at the PIC lab (BH2718).
- Some students have requested an extra office hour for Friday (04/11). I will be available from 1 to 2 at the PIC lab.
- Also, for next week, i will move my Tuesday's office hour to Monday (04/14) from 2 to 3 at the PIC lab.
Some Notes, Examples, and Hints:
Homework #5:
- Some useful functions for the template file bag.template:
Remark: The above files contain compiled and tested code.
Homework #4:
- Some useful functions for the implementation file queue.cpp:
Remark: The above files contain compiled and tested code.
Homework #3:
- Your header file should probably look something like header file this. Note that i have included additional member functions in the class List definition.
- Some useful notes for the implementation file of these classes. Here is some code for member functions of class List that, i think, are harder to code:
Note that some of the other functions are similar to these: the assignment operator overloading is similar to the copy constructor, and the functions list_sort_price and list_search_price are very similar to list_sort and list_search respectively.
- More notes for the file containing the driver program implemented to test these classes.
Remark: The above files contain compiled and tested code.
Homework #2:
- Some notes for the header file with the definition of Player and Team classes.
- More notes for the file containing the definition of the members of these classes.
- More notes for the file containing the driver program implemented to test these classes.
Remark: The above files contain compiled and tested code.
Homework #1:
- Some notes illustrating what your Inventory class and class members definitions should look like.
Remark: This piece is part of the solution that i have written, compiled, and tested. If you have any questions, do not hesitate to email me and ask. Just remember: No debugging, please.
back to my main page.