Computer Science 301
C Programming in Unix
Fall A 2023, Siena College
Meeting 2: C Essentials
Date: Thursday, September 14, 2023
Agenda
- Announcements
- Lab 1: Introduction to Unix and C on the late clock, sample solutions coming soon
- Don't forget to go to the inauguration instead of this class next week!
- Tip: When programming in a new language, it's important to make
sure you have your logic correct before trying to code it in the new
language. It's sometimes worth writing, debugging, and testing the
program in a familiar language then doing a translation.
- Today: Lab 2: C Essentials (due in a week and a half)
- Readings for next time: K&R Ch. 2 and 3
- this is mostly familiar for Java programmers, please at least
skim through it, though