Lecture 1: September 25, 2019
Reading
:
Shell text
, §12, 23; [1–3]
Due
: Homework #1, due October 7, 2019
Greetings and felicitations!
About the class
About the book
Logging in to CSIF
Quick overview of compiling
Example program 1:
hello.c
What is
stdio
?
printf
The function
main
Example program 2:
fahr1.c
Program (
main
,
return
or
exit
for
main
)
Declarations (
int
,
register int
)
Body (
while
,
printf
)
Handouts
Compiling and Executing Your Program
Quick Guide to UNIX
vim
Tutorial
Matt Bishop
Office: 2209 Watershed Sciences
Phone: +1 (530) 752-8060
Email:
mabishop@ucdavis.edu
ECS 36A, Programming and Problem Solving
Version of October 12, 2019 at 10:45AM
You can also obtain a PDF version of this.