Course Organizer
COP 3330 Object Oriented Programming in C++
Fall Semester 2012
Root View: Course Components Syllabus
jumpThe course syllabus establishes course policies on grading, attendance, and exams. The syllabus should be read in detail at beginning semester. Calendar
jumpThe 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 windowLectures 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 Assignments will be released through the Calendar. See also Submitting Assignments (below) and Grading Assignments. My FSU
new windowThe 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 windowThe textbook for the course is C++ - How to Program (8th edition) by Deitel, Prentice Hall, 2011 (ISBN 0-13-266236-1). (Students with previous editions should be OK, but page references may be incorrect.) Office
jumpSchedule, office hours, and contact information for Chris Lacher
Extras: Miscellaneous Resources and References SSH
new windowThe version of ssh software that FSU pays for and recommends. Unix/Emacs Hints
new windowA few Unix and Emacs hints to get started Princeton
Stanford
Gnu
new windowsMore Emacs help info - from various sources. Make
new windowA good tutorial on Make, from the College of Engineering, U of Hawaii. Unix
new windowOnline Linux man pages, maintained in UK C++ Code Standards
new windowA C++ coding style guide - required for this course. FAQ
new windowA 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 [Revised 8/31] Week Coverage Deliverable Test Window # Dates Lecture Notes Chapters Text Chapters Assignment Quiz/Exam Due/Beg Ext/End 1 8/27 - 9/2 0: Introduction
1: C/C++ Basics
Review 1, 2Homework 1.1: Unix & Emacs
Homework 1.2: Unix, g++ & Make
HQ19/9
9/169/16
9/232 9/3 - 9/9 2: C/C++ Control Flow
3: C/C++ Functions
Review 4, 5
Review 6
Homework 2: Stats
HQ29/23
9/239/30
9/303 9/10 - 9/16 4: C++ Classes 1
5: C/C++ Pointers
Review 3, Study 9
Review 7, 8Homework 3: Class ID 9/30 10/7 4 9/17 - 9/23 6: C++ Classes 2
7: C-Strings & String Objects
Study 10, 11
Study 8, 18, 21.8-10Homework 4: UIntSet 10/7 10/14 5 9/24 - 9/30 8: Bit Vectors
9: C++ Classes 3
Study 21.4-5
Study 126 10/1 - 10/7 Review Notes 1-9 Review Chapters 1 - 12, 18, 21 Review Homework 1 - 4 RQ1 10/1 10/7 7 10/8 - 10/14 Midterm Exam: See Syllabus for policy and schedule. RQ1 available 10/1 - 10/7 only. 10/8 10/13 8 10/15 - 10/21 10: C++ Classes 4 Audio Study 13 Project 1: SunPass 10/28 11/7 9 10/22 - 10/28 11: I/O Audio Study 15,17 Homework 5: I/O 11/11 11/18 10 10/29 - 11/4 12: C++ Templates Audio Study 14 Homework 6: Stats Templates 11/18 11/25 11 11/5 - 11/11 Introduction to Data Structures
Gaddis Slides Deitel Slides AudioStudy 20 Project 2: Stack and Queue 12/2 12/9 12 11/12 - 11/18 Introduction to the fsu and std libraries 13 11/19 - 11/25 Thanksgiving Week 14 11/26 - 12/2 Review/Misc: Notes 1 - 6 1,2,3,4,5,6,7,8,9 hw1,hw2,hw3,hw4,hw5,hw6 15 12/3 - 12/9 Review/Misc: Notes 7 - 12 10,11,12,13,14,15,17,18,20 proj1,proj2; RQ2 11/26 12/9 16 12/10 - 12/16 Final Exam Week: See Syllabus for policy and schedule. RQ2 available 11/26 - 12/9 only 12/10 12/15 Ω 12/17 - 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. The submission script for a particular assignment will be located in the assignment distribution directory.
Submission via script should generate two email responses:
- When your submission is received, a receipt is sent via email. The date/time stamp of this email is the official submission time.
- 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.