![]()
Course Organizer
COP 3330 Object Oriented Programming in C++
Fall Semester 2013
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. LIB The course code distribution library LIB = /home/courses/cop3330p/fall13 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.
new windowVery brief reminders on setting up and checking CS Email. g++
new windowThe gnu compiler manual, maintained by gnu itself. 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. C++ Libraries
new windowA good reference to look up the various C++ standard libraries.
Temporal View: Course Calendar [Revised 8/31] Week Coverage Deliverable # Dates Lecture Notes Chapters Text Chapters Assignment Quiz/Exam Due Date 1 8/26 - 9/1 0: Introduction
1: C/C++ Basics
Review 1, 2
Stroustrup on C++11
Is Technology Destroying Jobs?Assignment 0: Create Portfolio
Homework 1.1: Unix & Emacs
Homework 1.2: Unix, g++ & Make
HQ19/6
9/15
9/152 9/2 - 9/8 2: C/C++ Control Flow
3: C/C++ Functions
Review 4, 5
Review 6
Homework 2: Stats Video
HQ29/22
9/223 9/9 - 9/15 4: C++ Classes 1 Video
5: C/C++ Pointers Video
Review 3, Study 9
Review 7, 8Homework 3: The Product Class
Video9/29 4 9/16 - 9/22 6: C++ Classes 2 Video
7: C-Strings & String Objects
Study 10, 11
Study 8, 18, 21.8-10Homework 4: UIntSet 10/13 5 9/23 - 9/29 8: Bit Vectors Video
9: C++ Classes 3 Video
Study 21.4-5
Study 126 9/30 - 10/6 Review Notes 1-9 RQ1 available 9/28-10/7 only Review Chapters 1 - 12, 18, 21 Review Homework 1 - 4 RQ1 10/7 7 10/7 - 10/13 Midterm Exam: See Syllabus for policy and schedule. 10/12 8 10/14 - 10/20 10: C++ Classes 4 Video Study 13 Project 1: SunPass Video Vid2 11/3 9 10/21 - 10/27 11: I/O Video Study 15,17 Homework 5: I/O 11/20 10 10/28 - 11/3 Review: OOP, I/O (Notes Chapters 9, 10, 11) Text Chapters 13, 15, 17 11 11/4 - 11/10 12: C++ Templates Video
Study 14 Homework 6: Stats Templates 11/27 12 11/11 - 11/17 13: Introduction to Data Structures Video
14: Introduction to fsu::List
15: Linked List ProgrammingStudy 20 Project 2: Stack and Queue Video
12/4 13 11/18 - 11/24 Introduction to the fsu and std libraries 14 11/25 - 12/1 Thanksgiving Week 15 12/2 - 12/8 Review Notes 1 - 12 RQ2 available 11/30-12/8 only Chapters 1-15, 17, 18, 20 hw1 - hw6, proj1, proj2 RQ2 12/8 16 12/9 - 12/15 Final Exam Week: See Syllabus for policy and schedule. 12/14 Ω 12/16 - 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.