Compiling & Running C Programs in Windows 11 with Visual Studio Code, gcc & bash

Опубликовано: 07 Январь 2022
на канале: Logic Lambda
4,162
24

This video walks through installing Visual Studio Code & gcc to allow you to compile & run a C program in Windows 11 (Directions for installing Ubuntu to give access to bash & gcc are here -    • MacOS - Compiling C Code on the Comma...  )

0:07 - Download & install Visual Studio Code
0:36 - Creating a directory (folder) for the code
1:57 - Writing the C code
2:30 - Starting bash & changing to the code directory
3:22 - Installing gcc
4:40 - Compiling the C code
4:57 - Executing the compiled code (executable)
5:09 - Specifying the name of the executable