
Welcome to C Programming for Everybody - www.cc4e.com and Coursera
10/7/2022 | 2min
This www.cc4e.com web site is dedicated to learning the "classic" version of the C Programming language from the 1978 book written by Brian Kernighan and Dennis Ritchie. This K&R book places the reader in the middle of the 1970's transition from a hardware-centered computer science to a focus on writing portable and efficient software. C was used to develop operating systems like Unix, Minix, and Linux.

C Programming - Chapter 0 - Preface
09/7/2022 | 18min
The preface to C Programming by Brian Kernighan and Dennis Ritchie places the C programming language in the context of the other popular programming languages of the 1960's and 1970's FORTRAN, COBOL, Pascal, Algol, and PL/I . Many concepts like separation of concerns and the use of provided run-time libraries versus language syntax are introduced and described.

C Programming - Chapter 1 - A Tutorial Introduction
09/7/2022 | 1h 39min
Chapter One of C Programming by Brian W. Kernighan and Dennis M. Ritchie gives a broad overview of the scope of the C language while leaving out most of the detailed descriptions. The chapter covers variables, control flow, looks, functions, arrays and Input/Output. For more detail see https://www.cc4e.com. This material is used under "fair use" so we can interpret this historical and scholarly work and place it in the context of the history of computing.

C Programming - Chapter 2 - Types, Operators and Expressions
07/7/2022 | 1h 3min
Chapter Two of C Programming by Brian W. Kernighan and Dennis M. Ritchie. In this chapter we cover types, operators and expressions in C. For more detail see https://www.cc4e.com. This material is used under "fair use" so we can interpret this historical and scholarly work and place it in the context of the history of computing.

C Programming - Chapter 3 - Control Flow
06/7/2022 | 47min
Chapter Three of C Programming by Brian W. Kernighan and Dennis M. Ritchie. In this chapter we cover control flow in C. For more detail see https://www.cc4e.com. This material is used under "fair use" so we can interpret this historical and scholarly work and place it in the context of the history of computing.



C Programming for Everybody (cc4e.com)