COP 4530 - Data Structures, Algorithms, and Generic Programming II
Spring 2025
Syllabus
Lecture Notes and Outlines
Lecture Calendar
Homework Assignments
Assignment 1 (due Jan 29 - revised)
Assignment 2 (due Feb 17)
Assignment 3 (due Mar 3)
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 Pages regarding CS account creation:
CS Account Setup
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