COP 3330 Course Calendar -- Spring 2025

Week Date Topics Textbook Readings Course Media
Supplemental Videos
(Course Media menu)
Homework
Assignments
1 Jan 6 Syllabus / Course Intro
Intro to OOP
     
Jan 8 Classes and Objects 6.1 (review), 6.2, 7.1 UNIX: Hints, tips, tricks...  
2 Jan 13 Classes and Objects      
Jan 15 Compilation & Debugging   Makefile basics Assignment #1 - due Jan 27 (revised)
3 Jan 20 MLK holiday (no classes)    
Jan 22 FSU Closure - harsh weather (see video lessons)
Compilation & Debugging - see video
More About Classes - see video
7.2 Lesson 3 part 2: Debugging tips
Lesson 4: More about classes
Using COP3330 Submission Page
 
4 Jan 27 More About Classes     Assignment #2 - due Feb 7
Jan 29 Operator Overloading Ch. 8    
5 Feb 3 Operator Overloading Ch. 8    
Feb 5 Aggregation/Composition     Assignment #3 - due Feb 19
6 Feb 10 Aggregation/Composition
Arrays and Classes
Review Ch 5 if needed    
Feb 12 Arrays and Classes      
7 Feb 17 Test 1   Pointer Review
Review of C-strings
 
Feb 19 Dynamic Allocation and Classes Ch 10