Cornell University
School of Electrical and Computer Engineering
ECE 2400 / ENGRD 2140
Computer Systems Programming
Spring 2025
Prof. Anne Bracy
Mon/Wed @ 1:25–2:40pm • Olin Hall 165
home | staff | handouts | schedule | readings | resources
this site is under construction. stay tuned...Miscellaneous Handouts
Lecture Handouts
- Course Overview
- Topic 1: Introduction to C
- Topic 2: C Recursion
- Topic 3: C Types (problems)
- Topic 4: C Pointers (problems)
- Topic 5: C Arrays (problems)
- Topic 6: C Dynamic Allocation (problems)
- Topic 7: Lists and Vectors (problems)
- Topic 8: Complexity Analysis (problems)
- Topic 9: Sorting Algorithms (problems)
- Topic 10: Abstract Data Types (no problems)
- Topic 11: Transition to C++ (no problems)
- Topic 12: Object-Oriented Programming (staged lecture notes: pp16-35, p57) (problems)
- Topic 13: Generic Programming (problems)
- Topic 15: Trees (blank, staged)
- Topic 16: Tables
- Topic 17: Graphs
Section Handouts
- 1/28, Section 1:
- ECE Linux Server Remote Access
- Using Git
- Linux Development Environment (as needed, on your own)
- ECE Linux Server Remote Access
- 2/4, Section 2: Compiling and Running C Programs
- 2/11, Section 3: C Debugging, Testing, Formatting
- 2/18, Section 4: Optional, Open Office Hours (no handout)
- 2/25, Section 5: State Diagrams (Pointers, Arrays, Dynamic Memory Allocation)
- 3/4, Section 6: Implementation and Complexity Analysis of a Stack (no handout)
- 3/11, Section 7: Sorting Lab
- 3/18, Exam week, no Section
- 3/25, Section 8: Object-Oriented Programming Lab
- 4/1, Spring Break, no Section
- 4/8 Section: going over Prelim 1
- 4/15 Section 9: Dynamic Polymorphism Lab
- 4/22, Exam week, Tuesday and Wednesday Sections are review, Thursday section is canceled
- 4/29, Last section! Static Polymorphism and Treats
Programming Assignment Handouts
- PA1: Math Functions
- PA2: List and Vector Data Structures
- PA3: Sorting Algorithms
- PA4: Handwriting Recognition System – Linear vs. Binary Search
- PA5: Handwriting Recognition System – Tree vs. Table Search