Computer Science 301
C Programming in Unix
Fall A 2021, Siena College
Meeting 2: C Essentials
Date: Wednesday, September 15, 2021
Agenda
- Announcements
- Lab 1: Introduction to Unix and C on the late clock, sample solutions coming soon
- Be careful about not adding
~
(emacs backup) files,
.o
, and executables to your repositories. It's like adding
.class
files in Java: a recipe for merge conflicts.
- I plan to have a short pre-lab out for the start of next week,
likely on debugging
- Today: Lab 2: C Essentials
- Readings for next week: K&R Ch. 2 and 3
- this is mostly familiar for Java programmers, please at least
skim through it, though