Computer Science 1030 Course Web Page

       Syllabus

         Final Exam will be Tuesday, May 6 10:15 – 12:15 p.m.
                                 in the usual classroom.
         Topics: here
         Sample Object Oriented Problems for Final Exam Practice: here
         More review questions.     Solutions
 

         Final Lab Exam
         The final lab exam will be given the week of Monday April 28
         Details are here.
 
 

Midterm Exam
The midterm exam will be given in class on Thursday March 6
More information on topics to be covered is here.
Previous Midterm Exams (word .doc)  Fall '06  (Solution) Spring '06 (Solution)
Results  Solution

Midterm Lab Exam
The lab portion of the midterm will be given during
the usual lab periods during the week of March 3.
All students must attend the lab for which they are registered
(or make other arrangements with your TA).
More info. here.


       Background info for VS2005 download.    <<< CAUTION! this info.
                                                                            has not been fully updated
                                                                            since last year!
       Placement Quiz Results

       Creating a project with Visual Studio 2005:  instructions
 

       Labs
         Lab1   (Hints: labHints0.cpplabHints1.cpplabHints2.cpp)
         Lab2   ...hint
         Lab3
         Lab4
         Lab5
         Lab6Solution
         Lab7Graphics Setup
         Lab8
         Lab9
         Lab10
         Lab11
         Lab12      LabPlayer1.h   LabPlayer2.h
         Lab13        scribble.jpg

       Homeworks
         HW1
         HW2
         HW3
         HW4Partial Solution
         HW5
         HW6
         HW7 Solution
         HW8
         HW9
         HW10error report
         HW11
           HW12    Risk Instructions
                           emptyRisk (source code / no players) executableRisk (no source, several players)
                           napoleonplayer.h
         HW13
 
Lectures
               1/17  code (sum, minimum, all increasing)
                      (** Does this code image look illegible?
                           You may need to resize the image by clicking on it.)
 

               1/22
                          Link to a good free hexadecimal file editor.
                          Link to an ASCII table.
                          Copying a binary file code
                          The cowboy BMP file.
                          The BMP file format

         code from class

               1/24   array code

                         regression equations  ;  starting code

               1/29   functions

               1/31   string code from class
         strings

               2/5    translation start codedictionary
                                 finished code

            2/7parallel arrays & files

                  2/12  structs:  citiesStart.cppcities.cpp

                  2/14  patientTemperatures.cpp
              OO Review
              OO Exercise

            2/19 patientTemperaturesAlmostDone.cpp

            3/11Linked List code     (if image is small and grainy, click on it to expand!)

            3/13  Add to Front code

            3/25  Header Exercise

            4/1The Daily Jumble        recurse1START.cpp    recurse2START.cpp
                                                        jumble.cpp

            4/3  Recursive code

            4/8  Inheritance code questions   finished class code

            4/17  Polymorphism:  notesdemo  another demo