Due date | Homework assignment |
January 13 1999 | read section 1.15 - 1.20 |
January 18 1999 | HW1 |
January 18 1999 | read beginning of chapter 2 and finish the question in class. We will try to answer it next time. Recall that the question involved trying to use the nested if/else control structure to print out the letter grade along with the average. |
January 20 1999 | Read the cpp coding standards on what we have studied so far. Note: even though I may not have everything we have talked about in class in the coding standard document you are still responsible for it. This standard is dynamic and should be checked regularly for updates. |
January 20 1999 | Play with the string type demonstrated in class. Create some test programs and manipulate it in different ways. This will help you for the program due by the 25th. |
January 20 1999 | Finish reading Chapter 2. You should be practicing problems at the end of the chapter. This is your responsibility to practice and ask me questions. Try a few of the self review exercises at the end of the chapter. After that, try a few of the exercises that don't have the answers. You don't have to do them all just do a few until you are comfortable. This is not to turn in. |
January 25 1999 | You should practice with some of the samples at the end of the chapter and start reading Chapter 3. We will start in to functions during the next class. |
January 25 1999 | HW2. Hex string to decimal integer converter. Turn in a Hard Copy in class. DO NOT EMAIL ME THE PROGRAM. |
February 3 1999 | Project 1. First real program. Using a functional approach. First part of the MIME encoded input stream. |
February 10 1999 | HW3. Reading names and store into array. |
March 1 1999 | Project 2. Extending project 1. Make sure you copy all files from project 1. |
March 1 or 3 1999 | There will be a test on one of these two days before spring break. You should begin to study for the exam. |
March 24 or so | HW4.
Make sure you use our form of indentation and placement of {}. Do Exercise 6.8 on page 413.
|
April 5 or so | HW5. Look at question 7.9 on page 460. Implement all parts of the question. Make sure you use good programming practices and also make sure You Do Not Use Global Information. Make sure you thoroughly test your program, this is part of the assignment. Make sure that you use good Software Eng. practice, if a member function should be const then make it const. I will be checking for these things. I also will be grading on how well a program is checked. Give me lots of output(within reason). |
April | HW6. Look at question 8.19 on page 516. I only want you to do the operators +, -, +=, -=. Do not do the * or *= operators. This is a polynomila class make sure you use good software eng. practice to implement the problem. |