Sign in for recommendations. New member? Start here.

Safety-Critical Programming in C (CS 3090): Lecture notes

demonveen rated 8 months ago
A nice discussion of the C language that doesn't assume the reader is a fucking moron. Decent information density. Covers only the basics of the language.

Like this page from mtu.edu?

3 Reviews

Characters left: 4000


mkling rated 8 months ago
pretty cool, but kind of old school stuff at this point. seriously, if you're still using malloc() for anything then you're pretty behind the times.
demonveen rated 8 months ago
A nice discussion of the C language that doesn't assume the reader is a fucking moron. Decent information density. Covers only the basics of the language.
mystuff314 rated 8 months ago
Not very in depth but a good a place as any to start getting familiar with C. At least this guy uses some illustration in his slides.