Completed
Representations of C data types (Kevin Lynch)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Crash Course in C
Automatically move to the next video in the Classroom when playback concludes
- 1 Your first C program, HelloWorld.c (Kevin Lynch)
- 2 Differences between C and MATLAB (Kevin Lynch)
- 3 Base-2 (binary) and base-16 (hexadecimal) (Kevin Lynch)
- 4 C data types (Kevin Lynch)
- 5 Using C data types (Kevin Lynch)
- 6 Representations of C data types (Kevin Lynch)
- 7 C pointer basics (Kevin Lynch)
- 8 printout.c: formatted output in C (Kevin Lynch)
- 9 datasizes.c: sizes of C data types (Kevin Lynch)
- 10 overflow.c: integer overflow in C (Kevin Lynch)
- 11 typecast.c: type conversions in C (Kevin Lynch)
- 12 invest.c, part 1/5: intro to a typical C program (Kevin Lynch)
- 13 invest.c, part 2/5: overview of a typical C program (Kevin Lynch)
- 14 invest.c, part 3/5: comments, preprocessor, data types, globals (Kevin Lynch)
- 15 invest.c, part 4/5: helper function prototypes and main (Kevin Lynch)
- 16 invest.c, part 5/5: helper functions (Kevin Lynch)
- 17 Header files and libraries (Kevin Lynch)