Completed
00:09:53 Your first C program
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Start C Programming in 15 Minutes
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 introduction
- 2 00:00:41 VSCode download
- 3 00:01:52 new project folder
- 4 00:02:29 main.c
- 5 00:02:46 helpful VSCode extensions
- 6 00:04:11 open VSCode terminal
- 7 00:04:22 gcc compiler Windows
- 8 00:05:11 clang compiler Mac
- 9 00:05:46 gcc compiler Linux
- 10 00:06:28 gcc compiler download Windows
- 11 00:08:40 Set PATH Windows
- 12 00:09:53 Your first C program