COP 4530 - Data Structures, Algorithms, and Generic Programming II
Spring 2024
Syllabus
Lecture Notes and Outlines
Lecture Calendar
Homework Assignments
Assignment 1 (due Feb 2)
Assignment 2 (due Feb 19)
Assignment 3 (due Mar 4)
Assignment 4 (due Mar 27)
Assignment 5 (due Apr 12)
Assignment 6 (due Apr 26 -- Absolute deadline -- No late submissions)
Details to assist with homework assignments
Regarding dependent names (inside a template class)
-- suggested article about syntax issues when using nested types and classes inside a template class. Especially see the heading "The typename disambiguator..."
How-To Resources
Information about the Computer Science account for this class
Systems Group page on How to Access CS Dept servers
Using SSH and SFTP to transfer files (PDF)
Links to a couple of other Windows SSH clients (PuTTY and Tunnelier)
Command line SSH and SFTP
(Good general unix to know, but Mac users will definitely find this useful!)
Instructions for compiling with g++ (in unix)
Building makefiles (for use with g++)
Help Links
C++ Programming Language reference on Bjarne Stroustrup's page
- this is the guy who developed the C++ language
cplusplus.com
-- a very good C++ reference page
Good directory of tutorials and links
cprogramming.com
email Bob Myers