Lecture 26: November 25, 2019
Due
: Homework #4, due November 25, 2019
Greetings and felicitations!
Homework 5 will be out tonight, but Gradescope will
not
be set up until tomorrow
No discussion sections this week
C library functions
Character types (
ctype.h
) [
chartype.c
]
Strings to numbers, simple version (
atol
,
atof
) [
conv1.c
]
Strings to numbers, complex version (
strtol
,
strtod
) [
conv2.c
]
Processing options (
getopt
) [
getopt1.c
]
Time (
time
,
ctime
,
localtime
) [
gettime.c
]
Random numbers (
srandom
,
random
) [
rand.c
]
Matt Bishop
Office: 2209 Watershed Sciences
Phone: +1 (530) 752-8060
Email:
mabishop@ucdavis.edu
ECS 36A, Programming and Problem Solving
Version of November 26, 2019 at 12:20AM
You can also obtain a PDF version of this.