WEBVTT 1 00:00:00.000 --> 00:00:30.000 Intro 2 00:00:30.000 --> 00:01:32.000 From Scratch to C 3 00:01:32.000 --> 00:05:48.000 hello, world 4 00:05:48.000 --> 00:07:51.000 while loop 5 00:07:51.000 --> 00:11:35.000 for loop 6 00:11:35.000 --> 00:12:49.000 if/else if/else 7 00:12:49.000 --> 00:14:46.000 Questions 8 00:14:46.000 --> 00:17:11.000 Source Code 9 00:17:11.000 --> 00:19:04.000 CS50 IDE 10 00:19:04.000 --> 00:22:16.000 Writing Code 11 00:22:16.000 --> 00:23:58.000 clang 12 00:23:58.000 --> 00:31:59.000 Command-Line Environment 13 00:31:59.000 --> 00:34:33.000 Hello, my name is printf. 14 00:34:33.000 --> 00:38:00.000 get_string 15 00:38:00.000 --> 00:52:47.000 ints 16 00:52:47.000 --> 00:56:06.000 floats 17 00:56:06.000 --> 00:57:41.000 conditions 18 00:57:41.000 --> 01:05:39.000 noswitch 19 01:05:39.000 --> 01:09:14.000 switch 20 01:09:14.000 --> 01:16:37.000 return 21 01:16:37.000 --> 01:21:13.000 overflow 22 01:21:13.000 --> 01:26:36.000 imprecision