FSU Seal - 1851 Course Organizer
COP 3330 Object Oriented Programming in C++
Fall Semester 2008
Root View: Course Components
Syllabus
jump
The course syllabus establishes course policies on grading, attendance, and exams. The syllabus should be read in detail at beginning semester.
Calendar
jump
The course calendar provides a detailed temporal view of the course, including lecture coverage, assignments, and due dates. The calendar will be updated regularly.
Lectures
new window
Lectures are in the form of a slide show with an accompanying narrative. (Click "Narrative on" to see the narrative. Click "Frames[Windows]" to toggle between displaying the narrative in a separate frame or a separate resizeable window.) Lectures provide a compact view of the important topics of the course, while the textbook and reading assignments provide more detail. Lecture slides and narrative will be created "on the fly" during the semester, so you should visit them regularly. Report bugs/corrections in the appropriate Blackboard discussion forum.
Assignments
new window
Assignments will be released through the Calendar. You need the specific file name appended to this URL. See also Submitting Assignments (below) and Grading Assignments.
My FSU
new window
The FSU/Blackboard Portal, where you will find this course. The course site is the main communication resource for the class. Here you can get help, talk to other students, retrieve your grades, and generally keep up with course news and announcements.
Textbook
new window
The textbook for the course is C++ - How to Program, sixth edition, by Deitel, Prentice Hall, 2008 (ISBN 0-13-615250-3).
Extras: Miscellaneous Resources and References
midterm04.pdf
Old Exams. It is a course policy that instructors will not discuss old exam questions. Students may discuss them freely, however, in the "student lounge" forum.
SSH
new window
The version of ssh software that FSU pays for and recommends.
Make
new window
A good tutorial on Make, from the College of Engineering, U of Hawaii.
Unix
new window
Online Linux man pages, maintained in UK
C++ Style
new window
A C++ coding style guide - required for this course.
FAQ
new window
A growing collection of factoids and frequently asked questions, mostly harvested from discussions on BB. Topics include C++, Make, Emacs, Elm, Unix, and Spam.
Temporal View: Course Calendar
Week Dates            Lecture Notes Chapters Text Chapters Assignment Due Date
1 8/25 - 8/31 1: Introduction
2: C/C++ Basics
Review 1, 2
Activate CS Account
Homework 1: Getting Started
9/6
9/21
2 9/1 - 9/7 3: C/C++ Control Flow
Review 4, 5
Homework 2: Stats 9/28
3 9/8 - 9/14 4: C/C++ Functions
Review 6
 
 
4 9/15 - 9/21 5: C/C++ Pointers
Review 7, 8
Homework 3: Password Client 10/12
5 9/22 - 9/28 6: C++ Classes 1
Review 3, Study 9    
6 9/29 - 10/5 7: C++ Classes 2
Study 10
Homework 4: Recursion 10/26
7 10/6 - 10/12 8: C++ Classes 3 Study 12 Project 1: Tracker 11/9
8 10/13 - 10/19 Midterm Exam: See Syllabus for policy and schedule
9 10/20 - 10/26 9: C++ Classes 4 Study 13    
10 10/27 - 11/2 C++ String Objects Review 11    
11 11/3 - 11/9 11: I/O Study 15, 17 Homework 5: Assignable Strings 11/23
12 11/10 - 11/16 10: C++ Templates Study 14 Homework 6: String Objects 12/3 (Wed)
13 11/17 - 11/23 Introduction to Data Structures:
See Project 2 document.
Study 20 Project 2: Stack and Queue 12/12 (Fri)
14 11/24 - 11/30 Happy Thanksgiving
Review/Misc
Study 13
   
15 12/1 - 12/7 Review/Misc
     
16 12/8 - 12/14 Final Exam: See Syllabus for policy and schedule
Ω 12/15 - 1/1 Semester Break: Have a wonderful holiday, we hope to see you in COP 4530 next semester.

Unix Script Submission Process:

Most programming assignments will be submitted via a specific Unix script from your CS Majors account logged in to shell.cs.fsu.edu. Submission scripts will be located in the directory ~cop3330p/fall07/submitscripts/. Availability of these scripts will be announced in the assignment document.

Submission via script should generate two email responses:

  1. When your submission is received, a receipt is sent via email. The date/time stamp of this email is the official submission time.
  2. After your submission has been unpacked and placed in your portfolio, a second message is sent containing a copy of all files that were unpacked. This is a record of exactly what was received and placed in your portfolio.

After submission, be sure to check your email for these two messages. Normally these would arrive within a few seconds of submission. If you do not get both email responses, a malfunction occurred. When you do receive these confirmation emails, save them. If a problem were to arise with your files, these emails are your proof of submission.

Note that revisions may be submitted any time prior to the deadline and will automatically replace the previous submission.