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)
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